{
"page": 1,
"page_size": 10,
"start_time": "",
"end_time": "",
"status": 0
}curl --location --request POST '/app/ecCps/pdd/orderlist' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 10,
"start_time": "",
"end_time": "",
"status": 0
}'{
"code": 0,
"data": {
"list": [
{
"id": 123,
"created_at": 1700000000,
"updated_at": 1700003600,
"order_sn": "PDD-ORDER-TEST-1001",
"goods_id": 1000001,
"goods_name": "测试商品 - 旗舰版",
"goods_thumbnail_url": "https://example.com/image.jpg",
"goods_price": 29900,
"goods_quantity": 1,
"order_amount": 29900,
"order_create_time": 1730000000,
"order_pay_time": 1730003600,
"order_group_success_time": 1730007200,
"order_verify_time": 1730010800,
"order_settle_time": 1730014400,
"order_modify_at": 1730018000,
"order_status": 1,
"order_status_desc": "已成团",
"promotion_amount": 20.5,
"p_id": "PID-TEST-001",
"custom_parameters": "utm_source=test",
"type": 1,
"group_id": 400400400,
"auth_duo_id": 5555555,
"zs_duo_id": 6666666,
"cpa_new": 1,
"fail_reason": "",
"match_channel": 2,
"order_receive_time": 1730021600,
"batch_no": "BATCH-202512",
"duo_coupon_amount": 500,
"scene_at_market_fee": 1200,
"app_id": 1,
"app_user_id": 101,
"shop_id": 0,
"sync_time": "2025-12-01T10:00:00Z",
"process_status": 0,
"app_process_status": 0
}
],
"total": 0,
"page": 1,
"pageSize": 10,
"next_url": ""
},
"msg": "获取成功"
}