短信配置详情
GET
/api/setting/sms/detail请求参数
Query 参数
alias
string
可选
别名: aliyun, tencent, huawei
示例值:
tencent
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
name
string
必需
status
integer
必需
alias
string
必需
sign
string
必需
appId
string
必需
secretId
string
必需
secretKey
string
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"name": "腾讯云短信",
"status": 1,
"alias": "tencent",
"sign": "广州好象科技",
"appId": "1465423725",
"secretId": "HR6JJ7788AKIDJTMz",
"secretKey": "0WkhNmukKcdMoz88JKLDRFTTTTERTRTRt"
}
}
最后修改时间: 2 年前