curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/return/pageQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryRange": 68,
"pageSize": 41,
"pageNo": 30,
"shopId": 27,
"startDate": "1982-12-07",
"endDate": "1974-01-11",
"statusArray": [
82,
93,
40,
46
],
"backNo": "aute enim velit"
}'
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"pageNo": 1,
"pageSize": 10,
"totalSize": 2,
"list": [
{
"shopId": 123,
"shopName": "门店1",
"id": 234,
"brandId": "品牌1",
"backNo": 345,
"remarks": "备注1",
"backAmount": 1,
"backQty": 2,
"status": 1,
"confirmTime": "2019-06-14 01:01:01",
"sourceOrderId": "123",
"isDelete": 1,
"createTime": "2019-06-14 01:01:01",
"updateTime": "2019-06-14 01:01:01"
}
]
}
}