liuyu 5 年之前
父节点
当前提交
334f3b3e0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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({ });
   }
 }