@@ -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 });
}