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

+ 1 - 1
app/controller/personchat.js

@@ -14,7 +14,7 @@ class PersonchatController extends Controller {
 
   async received() {
     await this.service.received(this.ctx.request.body);
-    this.ok({ });
+    this.ctx.ok({ });
   }
 }