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