✨ feat(gvg): 组建期
This commit is contained in:
@@ -215,4 +215,16 @@ export default class GameController extends Controller {
|
||||
ctx.body = await ctx.service.game.getExistHiddenData(type);
|
||||
return
|
||||
}
|
||||
|
||||
public async getGVGServerGroup() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getGVGServerGroup();
|
||||
return
|
||||
}
|
||||
|
||||
public async getGVGConfig() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getGVGConfig();
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user