查询额外存储信息
GET
/myauth/web/queryStorage
请求参数
Query 参数
type
string
必需
content
string
必需
skey
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/myauth/web/queryStorage?type=&content'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
object
必需
id
integer
必需
content
string
必需
number
integer
必需
remark
null
必需
status
integer
必需
fromSoftName
string
必需
timestamp
integer
必需
示例
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"content": "你你好",
"number": 3,
"remark": null,
"status": 1,
"fromSoftName": "MyQQ"
},
"timestamp": 1649318250317
}
🔴500错误
修改于 2022-04-07 08:23:09