curl --location --request POST 'https://lcscm.zhbaot.com/index.php/open_interface/combineOrderList' \
--form 'body="{ \"limit\": \"10\", \"start_time\": \"1744819200\", \"end_time\": \"1745164800\", \"page\": \"1\"}"' \
--form 'timestamp="1745231606"' \
--form 'app_key="484356146210fe60bd6f054a8f03e4f6"' \
--form 'nonce_str="8f9645189167daeb28844d661b86377219b9f52c"' \
--form 'sign="4CF32273CDD362F67ADE6B01DC4CB3CA"'{
"status": 1,
"code": 100,
"message": "查询成功",
"data": {
"total": 2,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 1,
"order_number": "HD20250218094346000001",
"goods_species": 6,
"create_time": 1739843026,
"receipt_timetus": 4,
"examine_status": 1,
"payment_scene": 2,
"actual_total_amount": "9.00",
"customer_name": "游客_",
"store_name": "河南中扩科技大学",
"status_name": "已收货",
"payment_scene_name": "货到付款",
"create_time_formate": "2025-02-18 09:43:46",
"receipt_time_formate": "2025-02-18 10:06:24"
}
]
}
}