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