后台:上传资源
This commit is contained in:
@@ -208,4 +208,10 @@ export default class GameController extends Controller {
|
||||
ctx.body = await ctx.service.game.getDicTaskType();
|
||||
return
|
||||
}
|
||||
|
||||
public async getServerName() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getServerName();
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user