web-server 注册、登录、获取服务器列表;game-server token 校验
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
|
||||
import 'egg';
|
||||
import ExportAccount from '../../../app/controller/account';
|
||||
import ExportGame from '../../../app/controller/game';
|
||||
import ExportHome from '../../../app/controller/home';
|
||||
|
||||
declare module 'egg' {
|
||||
interface IController {
|
||||
account: ExportAccount;
|
||||
game: ExportGame;
|
||||
home: ExportHome;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user