{
"app_key": "",
"sign": "",
"timestamp": "",
"order_id": "25042100001298,25042100001297",
"third_id": "",
"biz_no": "",
"start_time": 1741104000,
"end_time": 1775401200,
"page": 1,
"page_size": 29
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/merchant/order_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"sign": "",
"timestamp": "",
"order_id": "25042100001298,25042100001297",
"third_id": "",
"biz_no": "",
"start_time": 1741104000,
"end_time": 1775401200,
"page": 1,
"page_size": 29
}'
{
"code": 0,
"message": "ok",
"stime": 1745204083.411644,
"etime": 1745204083.61306,
"data": {
"count": 2,
"page": 1,
"page_size": 29,
"list": [
{
"state": 2,
"order_id": 25042100001298,
"biz_no": "SK000177",
"third_id": "tel_1209766_01745203620",
"time": "2025-04-21 10:47:01",
"cost": "55.000",
"real_amount": "0.000",
"voucher": "",
"info": "",
"card_no": "",
"error_code": "",
"rsp_info": ""
},
{
"state": 2,
"order_id": 25042100001297,
"biz_no": "SK000177",
"third_id": "tel_1209766_01745203590",
"time": "2025-04-21 10:46:30",
"cost": "55.000",
"real_amount": "0.000",
"voucher": "",
"info": "",
"card_no": "",
"error_code": "",
"rsp_info": ""
}
]
}
}