添加额外存储类型
POST
/myauth/web/addStorageType请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
dde3cf923a314341ad2b47cb6084f6d4
Body 参数application/json
type
string
必需
status
integer
状态
0=禁用,1=正常
fromSoftId
integer
必需
示例
{
"type": "测试",
"fromSoftId": 1,
"status": 1
}
示例代码
返回响应
成功(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": 1648889416665
}
最后修改时间: 3 年前