设置短信配置
POST
/adminapi/notice.sms_config/setConfig请求参数
Body 参数application/x-www-form-urlencoded
type
string
必需
ali-阿里云;tencent-腾讯云
sign
string
短信签名
app_key
string
必需
type=ali时必填
secret_key
string
必需
status
string
状态
app_id
string
必需
type=tencent时必填
secret_id
string
必需
type=tencent时必填
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例成功示例
{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}
最后修改时间: 2 年前