后台:添加查询taskType
This commit is contained in:
@@ -31,4 +31,10 @@ export default class GameController extends Controller {
|
||||
ctx.body = await ctx.service.game.getDicActivityType();
|
||||
return
|
||||
}
|
||||
|
||||
public async getDicTaskType() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getDicTaskType();
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user