添加额外存储信息
POST
/myauth/web/addStorageInfo
请求参数
Body 参数application/json
skey
string
必需
type
string
必需
content
string
必需
remark
string
可选
apikey
string
必需
示例
{
"skey": "C5817BD0-0B99-41c3-A62C-77AD75677F52",
"type": "阿萨德",
"content": "你你好",
"apikey": "0f6bc68209f542a18fbef5b422540a97"
}
示例代码
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/addStorageInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"skey": "C5817BD0-0B99-41c3-A62C-77AD75677F52",
"type": "阿萨德",
"content": "你你好",
"apikey":"0f6bc68209f542a18fbef5b422540a97"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1649319021965
}
🔴500错误
修改于 2022-04-07 09:14:24