获取额外存储列表信息
POST
/myauth/web/getStorageListInfo
请求参数
Body 参数application/json
skey
string
必需
apikey
string
必需
type
string
必需
示例
{
"skey": "C5817BD0-0B99-41c3-A62C-77AD75677F52",
"apikey": "0f6bc68209f542a18fbef5b422540a97",
"type": "阿萨德"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/myauth/web/getStorageListInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"skey": "C5817BD0-0B99-41c3-A62C-77AD75677F52",
"apikey": "0f6bc68209f542a18fbef5b422540a97",
"type": "阿萨德"
}'
返回响应
🟢200成功
application/json
Body
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
}
🔴500错误
修改于 2022-04-11 00:51:10