后台:发送邮件

This commit is contained in:
luying
2021-06-29 20:47:56 +08:00
parent ad2cd0f734
commit 04d72a1956
7 changed files with 122 additions and 23 deletions

View File

@@ -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;
}