支付回调
This commit is contained in:
@@ -5,6 +5,7 @@ import 'egg';
|
||||
import ExportAccount from '../../../app/controller/account';
|
||||
import ExportGame from '../../../app/controller/game';
|
||||
import ExportHome from '../../../app/controller/home';
|
||||
import ExportSdk from '../../../app/controller/sdk';
|
||||
import ExportUpdate from '../../../app/controller/update';
|
||||
|
||||
declare module 'egg' {
|
||||
@@ -12,6 +13,7 @@ declare module 'egg' {
|
||||
account: ExportAccount;
|
||||
game: ExportGame;
|
||||
home: ExportHome;
|
||||
sdk: ExportSdk;
|
||||
update: ExportUpdate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user