后台:发送邮件
This commit is contained in:
2
gm-server/typings/app/controller/index.d.ts
vendored
2
gm-server/typings/app/controller/index.d.ts
vendored
@@ -7,6 +7,7 @@ import ExportGame from '../../../app/controller/game';
|
||||
import ExportGmaccount from '../../../app/controller/gmaccount';
|
||||
import ExportHome from '../../../app/controller/home';
|
||||
import ExportLogin from '../../../app/controller/login';
|
||||
import ExportMail from '../../../app/controller/mail';
|
||||
import ExportUpload from '../../../app/controller/upload';
|
||||
import ExportUsers from '../../../app/controller/users';
|
||||
|
||||
@@ -17,6 +18,7 @@ declare module 'egg' {
|
||||
gmaccount: ExportGmaccount;
|
||||
home: ExportHome;
|
||||
login: ExportLogin;
|
||||
mail: ExportMail;
|
||||
upload: ExportUpload;
|
||||
users: ExportUsers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user