curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/scrapPageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryRange": 41,
"scrapNo": "sint",
"status": 41,
"startDate": "1985-03-31",
"endDate": "1980-09-18",
"pageNo": 57,
"pageSize": 44
}'
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"pageNo": 3,
"pageSize": 10,
"totalSize": 95,
"list": [
{
"scrapNo": "BF201607090001",
"scrapId": 1,
"warehouseName": "仓库1",
"status": 0,
"amount": 23.45,
"updaterName": "老李",
"updateTime": "2016-07-20",
"confirmerName": null,
"confirmTime": null
}
]
}
}