后台:拉取物品表
This commit is contained in:
@@ -20,6 +20,12 @@ export default class GameController extends Controller {
|
||||
return
|
||||
}
|
||||
|
||||
public async getDicGoods() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getDicGoods();
|
||||
return
|
||||
}
|
||||
|
||||
public async getDicRMB() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getDicRmb();
|
||||
|
||||
Reference in New Issue
Block a user