邮件发送测试
POST
/myauth/web/sendMailTest只有admin账号有权限使用
请求参数
Header 参数
token
string
必需
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
sendMail
string
收件邮箱
theme
string
主题名称
txt
string
邮件内容
示例
{
"sendMail": "1935613@qq.com",
"theme": "测试邮件",
"txt": "邮件内容"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "发送成功",
"sign": "",
"result": null,
"timestamp": 1652756710470
}
最后修改时间: 3 年前