后台:七天成长任务定制页面

This commit is contained in:
luying
2021-05-26 19:35:02 +08:00
parent 9ccaa796f7
commit 1a3fed89eb
6 changed files with 24 additions and 2 deletions

View File

@@ -13,4 +13,10 @@ export default class GameController extends Controller {
ctx.body = await ctx.service.game.getServerListByEnv();
return
}
public async getDicHero() {
const { ctx } = this;
ctx.body = await ctx.service.game.getDicHero();
return
}
}