获取额外存储列表信息
POST
/myauth/web/getStorageListInfo请求参数
Body 参数application/json
skey
string
必需
apikey
string
必需
type
string
必需
示例
{
"skey": "C5817BD0-0B99-41c3-A62C-77AD75677F52",
"apikey": "0f6bc68209f542a18fbef5b422540a97",
"type": "阿萨德"
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
array [object {6}]
必需
id
integer
必需
type
string
必需
content
string
必需
number
integer
必需
remark
null | string
必需
status
integer
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": [
{
"id": 5,
"type": "阿萨德",
"content": "你你好",
"number": 6,
"remark": null,
"status": 1
},
{
"id": 9,
"type": "阿萨德",
"content": "啊好1",
"number": 1,
"remark": "我是备注",
"status": 1
},
{
"id": 11,
"type": "阿萨德",
"content": "啊啊是",
"number": 7,
"remark": "5s4dg68sdg",
"status": 1
}
],
"timestamp": 1649638229277
}
最后修改时间: 3 年前