{
"status": 1,
"start_time": "",
"end_time": "",
"page": 1,
"page_size": 10
}curl --location --request POST '/app/ecCps/vip/orderlist' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"start_time": "",
"end_time": "",
"page": 1,
"page_size": 10
}'{
"code": 0,
"data": {
"list": [
{
"order_sn": "VIP202405010001",
"status": 1,
"new_customer": 1,
"channel_tag": "douyin-live",
"order_time": 1714502400000,
"sign_time": 1714588800000,
"settled_time": 1714675200000,
"last_update_time": 1714761600000,
"settled": 1,
"self_buy": 0,
"order_sub_status_name": "待结算",
"commission": "120.50",
"actual_commission": 115.75,
"after_sale_change_commission": "-10.00",
"after_sale_change_goods_count": 1,
"commission_enter_time": 1714828800000,
"order_source": "douyin",
"pid": "1234567890",
"is_prepay": 0,
"stat_param": "campaign=launch",
"total_cost": "899.00",
"order_track_reason": 0,
"is_split": 0,
"app_id": 200,
"app_user_id": 10001,
"shop_id": 301,
"sync_time": "2025-05-01T08:00:00Z",
"process_status": 0,
"detail_list": [
{
"order_sn": "VIP202405010001",
"goods_id": "G1001",
"goods_name": "唇膏限量套装",
"goods_thumb": "https://cdn.example.com/item/G1001.jpg",
"goods_count": 2,
"commission_total_cost": "120.50",
"commission_rate": "0.15",
"commission": "90.75",
"comm_code": "CPS001",
"comm_name": "抖音直播推广",
"order_source": "douyin",
"after_sale_changed_commission": "0.00",
"after_sale_changed_goods_count": 0,
"after_sale_sn": "",
"after_sale_status": 0,
"after_sale_type": 0,
"after_sale_finish_time": 0,
"size_id": "S",
"status": 1,
"goods_final_price": "599.00",
"brand_store_sn": "B100",
"brand_store_name": "唯品会美妆",
"spu_id": "SPU1999"
}
],
"app_process_status": 0
}
],
"total": 0,
"page": 1,
"pageSize": 10,
"next_url": ""
},
"msg": "获取成功"
}