后台:添加跳转地址功能
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Controller } from 'egg';
|
||||
|
||||
export default class GameController extends Controller {
|
||||
|
||||
public async getServerEnv() {
|
||||
const { ctx } = this;
|
||||
ctx.body = await ctx.service.game.getServerEnv();
|
||||
return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user