curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/queryDeliveryList?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliverySignNo": 22,
"shopIds": [
67,
6,
68,
35
],
"startDate": "1972-03-03",
"endDate": "1994-08-03",
"statusArray": [
86,
21,
16,
62,
31
],
"pageNo": 14,
"pageSize": 36
}'
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"pageNo": 1,
"pageSize": 1,
"totalSize": 386,
"list": [
{
"deliverySignId": "116563149159193600",
"deliverySignNo": "PQ201807190002",
"deliveryPrepareNo": "YP201807190019",
"templateName": "ly-ccccc",
"arriveDate": "2018-07-20 00:00:00",
"commercialId": "810003363",
"commercialName": "scm正式一",
"deliveryLineName": "ly-test-xianlu",
"signCreateTime": "2018-07-19 15:40:42",
"signUpdateTime": "2018-07-19 15:41:43",
"signConfirmerId": "88888937270",
"signConfirmTime": "2018-07-19 15:41:43",
"signStatus": 1,
"signStatusName": "已确认",
"signAmount": 25,
"signQty": 1,
"costAmount": 0
}
]
}
}