通知服务配置✅
社区版环境
POST
/api/v1/notification/services/config当notice_type=EMAIL时,参数中email_config不得为空,当notice_type=SME时,参数中sme_config不得为空。
请求参数
Body 参数application/json
email_config
object
邮箱配置
from_email
string
发件人邮箱
from_password
string
发件人密码
host
string
邮箱服务器地址
port
integer
邮箱服务器端口
ssl
boolean
是否使用SSL
notice_type
string
必需
通知类型 EMAIL / SME
<= 36 字符
remark
string
备注
<= 36 字符
sme_config
object
短信配置
status
string
必需
状态 OPEN-开启 CLOSE-关闭
<= 36 字符
示例
{
"notice_type": "eiusmod ut",
"status": "cupidatat aliqua dolor vo",
"email_config": {
"email": "k.cbxuuijmn@qq.com",
"from_email": "b.dltevmbn@qq.com",
"from_password": "sit",
"host": "proident nostrud do",
"port": 11,
"ssl": true
},
"sme_config": {},
"remark": "ea quis ad aliqua"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
id
string
必需
config
string
必需
notice_type
string
必需
status
string
必需
remark
string
必需
示例
{
"code": 200,
"message": "success",
"data": {
"id": "e0fa9db1-cfc8-1163-1fea-08b196d0fbb4",
"config": "{\"email\":\"h.rdstv@qq.com\",\"host\":\"amet quis\",\"port\":22,\"from_password\":\"sed aliquip aliqua\",\"from_email\":\"j.udlm@qq.com\",\"ssl\":false}",
"notice_type": "EMAIL",
"status": "OPEN",
"remark": "elit fugiat"
}
}
最后修改时间: 4 个月前