存储配置
POST
/api/setting/storage/edit请求参数
Body 参数application/x-www-form-urlencoded
alias
string
别名
status
integer
状态:0/1
bucket
string
存储空间名
secretKey
string
SK
accessKey
string
AK
domain
string
访问域名
region
string
地区,腾讯存储特有
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array
必需
示例
{
"code": 200,
"msg": "成功",
"data": []
}
最后修改时间: 2 年前