mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
【新增】资源管理模块
This commit is contained in:
14
apps/resource/api/from/mail.go
Normal file
14
apps/resource/api/from/mail.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package from
|
||||
|
||||
/**
|
||||
* @Description 添加qq群467890197 交流学习
|
||||
* @Author 熊猫
|
||||
* @Date 2022/1/14 16:53
|
||||
**/
|
||||
|
||||
type SendMail struct {
|
||||
MailId int64 `json:"mailId"`
|
||||
To string `json:"to"`
|
||||
Subject string `json:"subject"`
|
||||
Body string `json:"body"`
|
||||
}
|
||||
Reference in New Issue
Block a user