后台:添加字典接口
This commit is contained in:
@@ -19,4 +19,10 @@ export default class GameController extends Controller {
|
||||
ctx.body = await ctx.service.game.getDicHero();
|
||||
return
|
||||
}
|
||||
|
||||
public async getDicRMB() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getDicRmb();
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user