获取发送配置
POST
/myauth/web/getMailSend只有admin账号有权限使用
请求参数
Header 参数
token
string
必需
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
两者必填一个
id
string
可选
sendType
string
发送类型
示例
{
"id": 1,
"sendType": "request"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
object
必需
id
integer
必需
sendType
string
发送类型
sendSwitch
integer
发送开关
0关闭1开启
sendTheme
string
主题
sendTitle
string
标题
sendTemplates
string
模板
HTML模板
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"sendType": "request",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心注册通知",
"sendTitle": "您的授权绑定已注册成功!",
"sendTemplates": "authSend"
},
"timestamp": 1652711549641
}
最后修改时间: 1 年前