liuyu 5 年之前
父节点
当前提交
36118578a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/user.js

+ 1 - 1
app/controller/user.js

@@ -32,7 +32,7 @@ class UserController extends Controller {
 
 
   // 其他用户微信绑定
   // 其他用户微信绑定
   async userbind() {
   async userbind() {
-    const res = await this.service.bind(this.ctx.request.body);
+    const res = await this.service.userbind(this.ctx.request.body);
     this.ctx.ok({ data: res });
     this.ctx.ok({ data: res });
   }
   }