liuyu vor 5 Jahren
Ursprung
Commit
36118578a2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 });
   }