短信设置列表
GET
/adminapi/notice.sms_config/getConfig请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array [object {7}]
必需
sign
string
可选
app_key
string
可选
secret_key
string
可选
status
string | integer
必需
app_id
string
可选
secret_id
string
可选
name
string
必需
示例
成功示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"ali": {
"name": "阿里云短信",
"status": 0
},
"tencent": {
"name": "腾讯云短信",
"status": 0
}
}
}
最后修改时间: 2 年前