liuyu 5 سال پیش
والد
کامیت
838197aab6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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({ });
   }
 }