liuyu 5 tahun lalu
induk
melakukan
334f3b3e0b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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({ });
   }
 }