|
@@ -37,6 +37,10 @@ class DockController extends Controller {
|
|
const res = await this.service.getdock(this.ctx.params);
|
|
const res = await this.service.getdock(this.ctx.params);
|
|
this.ctx.ok({ res });
|
|
this.ctx.ok({ res });
|
|
}
|
|
}
|
|
|
|
+ async getapply() {
|
|
|
|
+ const res = await this.service.getapply(this.ctx.params);
|
|
|
|
+ this.ctx.ok({ res });
|
|
|
|
+ }
|
|
|
|
|
|
async getdockByopenid() {
|
|
async getdockByopenid() {
|
|
const res = await this.service.getdockByopenid(this.ctx.query);
|
|
const res = await this.service.getdockByopenid(this.ctx.query);
|