{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 5
}
curl --location --request POST '/myauth/web/getStorageList' \
--header 'token: a9c2d5d97ddb454ab944aa60383c183e' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 5
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"fromSoftId": 1,
"fromStorageTypeId": 1,
"content": "你你好",
"number": 1,
"status": 1,
"remark": null,
"fromSoftName": "MyQQ",
"fromStorageTypeName": "阿萨德"
},
{
"id": 2,
"fromSoftId": 1,
"fromStorageTypeId": 1,
"content": "地方地方",
"number": 1,
"status": 1,
"remark": null,
"fromSoftName": "MyQQ",
"fromStorageTypeName": "阿萨德"
},
{
"id": 3,
"fromSoftId": 1,
"fromStorageTypeId": 2,
"content": "dfg啊",
"number": 1,
"status": 1,
"remark": null,
"fromSoftName": "MyQQ",
"fromStorageTypeName": "测试"
},
{
"id": 4,
"fromSoftId": 1,
"fromStorageTypeId": 2,
"content": "请问啊",
"number": 3,
"status": 1,
"remark": null,
"fromSoftName": "MyQQ",
"fromStorageTypeName": "测试"
}
],
"total": 4,
"size": 5,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1649312371043
}