支付回调

This commit is contained in:
luying
2021-11-09 19:24:00 +08:00
parent 173481a60c
commit 106493b878
26 changed files with 424 additions and 135 deletions
+2
View File
@@ -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;
}
}