存储详情
GET
/api/setting/storage/detail- 用户注册接口
请求参数
Query 参数
alias
string
必需
local,qiniu,qcloud,aliyun
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
name
string
必需
alias
string
必需
status
integer
必需
bucket
string
必需
secretKey
string
必需
accessKey
string
必需
domain
string
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"name": "七牛云存储",
"alias": "qiniu",
"status": 0,
"bucket": "likeshopv2",
"secretKey": "",
"accessKey": "",
"domain": "https://qiniu.yixiangonline.com/"
}
}
最后修改时间: 2 年前