liuyu %!s(int64=5) %!d(string=hai) anos
pai
achega
76bd36276d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/home.js

+ 1 - 1
app/controller/home.js

@@ -15,7 +15,7 @@ class HomeController extends Controller {
     const newdata = { uid, roomid };
     ctx.app.io.of('/').emit('message', JSON.stringify(newdata));
     // await this.ctx.socket.emit('message', JSON.stringify(newdata));
-    ctx.body = 'hi, egg';
+    ctx.body = newdata;
   }
 }