添加额外存储信息
POST
/myauth/web/addStorageInfo同一额外存储类型下,content一样的话,会自动计数+1
请求参数
Body 参数application/json
skey
string
必需
type
string
必需
content
string
必需
remark
string
可选
apikey
string
必需
示例
{
"skey": "C5817BD0-0B99-41c3-A62C-77AD75677F52",
"type": "阿萨德",
"content": "你你好",
"apikey": "0f6bc68209f542a18fbef5b422540a97"
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1649319021965
}
最后修改时间: 3 年前