添加 eggjs web-server,初步支持多宝短信
This commit is contained in:
13
web-server/typings/app/controller/index.d.ts
vendored
Normal file
13
web-server/typings/app/controller/index.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// This file is created by egg-ts-helper@1.25.8
|
||||
// Do not modify this file!!!!!!!!!
|
||||
|
||||
import 'egg';
|
||||
import ExportAccount from '../../../app/controller/account';
|
||||
import ExportHome from '../../../app/controller/home';
|
||||
|
||||
declare module 'egg' {
|
||||
interface IController {
|
||||
account: ExportAccount;
|
||||
home: ExportHome;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user