curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/receivePageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "1988-02-26",
"endDate": "2014-11-03",
"pageNo": 90,
"pageSize": 75,
"statusArray": [
17,
88,
63,
42
],
"receiveNo": "nisi Ut adipisicing",
"sourceType": "exercitation"
}'
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"pageNo": 3,
"pageSize": 10,
"totalSize": 95,
"list": [
{
"receiveNo": "SH201607090001",
"receiveId": 1,
"sourceType": "DELIVERY",
"deliveryTemplateName": "test",
"arriveDate": "2016-08-03",
"status": 0,
"amount": 23.45,
"senderId": 810003363,
"senderName": "scm正式一",
"updaterName": "老李",
"updateTime": "2016-07-20",
"confirmerName": null,
"confirmTime": null
}
]
}
}