curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/backStoragePageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"backStorageNo": "in",
"statusArray": [
49,
79,
36,
28,
56
],
"startDate": "1983-12-31",
"endDate": "1999-04-09",
"pageNo": 21,
"pageSize": 58
}'
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"pageNo": 1,
"pageSize": 10,
"totalSize": 2,
"list": [
{
"id": "236154317496403968",
"brandId": "101872",
"commercialId": "810018082",
"commercialName": "测试分店2",
"details": null,
"backStorageNo": "TR201906140002",
"remarks": "备注",
"backAmount": 0,
"backQty": 0.5,
"inputAmount": 0.5,
"inputQty": 0.5,
"status": 1,
"confirmTime": "2019-06-14 15:54:52",
"sourceOrderId": "236154262689433600",
"sourceOrderNo": "TH201906140002",
"isDelete": 0,
"createTime": "2019-06-14 15:52:56",
"updateTime": "2019-06-14 15:54:52"
}
]
}
}