测试:修改初始化获取数据
This commit is contained in:
2
web-server/typings/app/service/index.d.ts
vendored
2
web-server/typings/app/service/index.d.ts
vendored
@@ -12,6 +12,7 @@ import ExportTest from '../../../app/service/Test';
|
||||
import ExportTurboCore from '../../../app/service/TurboCore';
|
||||
import ExportUpdate from '../../../app/service/Update';
|
||||
import ExportUtils from '../../../app/service/Utils';
|
||||
import ExportWjx from '../../../app/service/Wjx';
|
||||
|
||||
declare module 'egg' {
|
||||
interface IService {
|
||||
@@ -21,5 +22,6 @@ declare module 'egg' {
|
||||
turboCore: AutoInstanceType<typeof ExportTurboCore>;
|
||||
update: AutoInstanceType<typeof ExportUpdate>;
|
||||
utils: AutoInstanceType<typeof ExportUtils>;
|
||||
wjx: AutoInstanceType<typeof ExportWjx>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user