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({ });
   }
 }