后台:拉取物品表

This commit is contained in:
luying
2021-06-07 20:11:17 +08:00
parent 8c35bd1430
commit 326d9548ce
4 changed files with 23 additions and 1 deletions

View File

@@ -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();