liuyu hace 5 años
padre
commit
334f3b3e0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controller/personchat.js

+ 1 - 1
app/controller/personchat.js

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