{
"page": 1,
"page_size": 10,
"start_time": "",
"end_time": "",
"valid_code": 17
}curl --location --request POST '/app/ecCps/jd/orderlist' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 10,
"start_time": "",
"end_time": "",
"valid_code": 17
}'{
"code": 0,
"data": {
"list": [
{
"id": "JD-ORDER-TEST-1001",
"created_at": 1700000000,
"updated_at": 1700003600,
"orderId": 98765432101234,
"parentId": 0,
"orderTime": "2025-12-01 10:00:00",
"finishTime": "2025-12-05 18:30:00",
"modifyTime": "2025-12-02 09:15:00",
"orderEmt": 2,
"plus": 1,
"expressStatus": 10,
"unionId": 1234567890,
"subUnionId": "SUB-UNION-001",
"unionAlias": "主账号A",
"unionRole": 2,
"unionTag": "龙头联盟",
"pid": "1001_2002_3003",
"positionId": 3000001,
"siteId": 4000002,
"ext1": "source=campaign",
"skuId": 555666777888,
"skuName": "测试商品-旗舰版",
"skuNum": 2,
"skuReturnNum": 0,
"skuFrozenNum": 0,
"price": 399.99,
"popId": 999000,
"cid1": 1000,
"cid2": 1001,
"cid3": 1002,
"commissionRate": 12.5,
"subSideRate": 6.25,
"subsidyRate": 0.75,
"finalRate": 7.0,
"estimateCosPrice": 28.5,
"estimateFee": 22.0,
"actualCosPrice": 27.8,
"actualFee": 21.5,
"validCode": 1,
"traceType": 2,
"payMonth": 202512,
"cpActId": 888777666,
"giftCouponKey": "GC-202512-001",
"giftCouponOcsAmount": 15.0,
"balanceExt": "{\"kv\":\"value\"}",
"sign": "test-signature",
"app_id": 1,
"app_user_id": 101,
"shop_id": 0,
"sync_time": "2025-12-01T10:05:00Z",
"process_status": 0
}
],
"total": 0,
"page": 1,
"pageSize": 10,
"next_url": ""
},
"msg": "获取成功"
}