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