腾讯云短信保存
POST
/api/setting/sms/save请求参数
Body 参数application/json
alias
string
别名
status
integer
必需
状态: 0=禁用, 1=启用
sign
string
签名
appId
string
必需
secretId
string
必需
secretKey
string
必需
示例
{
"alias": "string",
"status": 0,
"sign": "string",
"appId": "string",
"secretId": "string",
"secretKey": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 200,
"msg": "成功",
"data": []
}
最后修改时间: 2 年前