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