mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
15 lines
265 B
Go
15 lines
265 B
Go
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"`
|
|
}
|