liuyu 4 年之前
父節點
當前提交
aed59c9b80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/dock.js

+ 1 - 1
app/controller/dock.js

@@ -25,7 +25,7 @@ class DockController extends Controller {
   }
 
   async createvipuser() {
-    const res = await this.service.updatevipuser(this.ctx.params, this.ctx.request.body);
+    const res = await this.service.createvipuser(this.ctx.params, this.ctx.request.body);
     this.ctx.ok({ ...res });
   }
 }