后台:邮件查询
This commit is contained in:
@@ -24,6 +24,13 @@ export default class GameController extends Controller {
|
||||
return
|
||||
}
|
||||
|
||||
public async getServers() {
|
||||
const { ctx } = this;
|
||||
|
||||
ctx.body = await ctx.service.game.getServers();
|
||||
return
|
||||
}
|
||||
|
||||
public async getMaintenanceList() {
|
||||
const { ctx } = this;
|
||||
const {page, pageSize, sortField, sortOrder, form} = ctx.request.body;
|
||||
|
||||
Reference in New Issue
Block a user