{
"fromSoftId": 1,
"type": "加载插件",
"status": 1,
"pageIndex": 1,
"pageSize": 5
}
curl --location --request POST '/myauth/web/getStorageTypeList' \
--header 'token: a9c2d5d97ddb454ab944aa60383c183e' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"type": "加载插件",
"status": 1,
"pageIndex": 1,
"pageSize": 5
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"type": "加载插件",
"status": 1,
"fromSoftId": 1,
"fromSoftName": "MyQQ"
},
{
"id": 2,
"type": "测试",
"status": 1,
"fromSoftId": 1,
"fromSoftName": "MyQQ"
}
],
"total": 2,
"size": 5,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1648884085764
}