后台:添加活动类型表
This commit is contained in:
@@ -25,4 +25,10 @@ export default class GameController extends Controller {
|
||||
ctx.body = await ctx.service.game.getDicRmb();
|
||||
return
|
||||
}
|
||||
|
||||
public async getDicActivityType() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getDicActivityType();
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user