获取额外存储类型列表_全部_简要
POST
/myauth/web/getStorageTypeListEx请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
a9c2d5d97ddb454ab944aa60383c183e
Body 参数application/json
type
string
关键词
模糊查询
fromSoftId
string
所属软件id
示例
{
"type": "加载插件",
"fromSoftId": 1
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
array [object {2}]
必需
id
integer
必需
type
string
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": [
{
"id": 1,
"type": "测试2"
},
{
"id": 2,
"type": "测试"
}
],
"timestamp": 1648890149396
}
最后修改时间: 3 years ago