简要描述:
请求URL:
GET/route=plugin.tiktok-cps.api.order.order-list
参数名 |
类型 |
说明 |
是否必须 |
page |
int |
页面 |
否 |
status |
int |
状态 0 待结算 1 已结算 -1已失效 |
否 |
page |
int |
页码 |
否 |
pageSize |
int |
分页大小 |
否 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"created_at": 1667378810,
"updated_at": 1667378810,
"order_id": "4996263922764514958",
"app_id": "5338852",
"user_id": 186,
"application_id": 57,
"product_id": "3538935606442871363",
"product_name": "【主播宠粉】(80抽大包一包一斤多)婴儿湿巾纸手口屁专用湿纸巾",
"total_pay_amount": 990,
"pay_success_time": "2022-11-02 16:46:06",
"refund_time": "2022-11-02 16:47:06",
"pay_goods_amount": 990,
"estimated_commission": 89,
"split_rate": 1000,
"after_sales_status": 2,
"external_info": "57_186",
"flow_point": "REFUND",
"settle_time": "",
"confirm_time": "",
"estimated_tech_service_fee": 10,
"is_display": 0,
"status": 0,
"local_settle_at": null,
"order_sn": 183411669101,
"award_amount": 0,
"award_ratio": 0,
"order_reward": 41,
"cover": "https://p3-aio.ecombdimg.com/obj/ecom-shop-material/v1_HzLSoted_71168835081404746390575_e088ddeb079ab9c8e212dd283005c0bc_sx_239125_www800-800"
}
],
"total": 1,
"page": 1,
"pageSize": 20,
"next_url": ""
}
}
参数名 |
类型 |
说明 |
list |
string |
订单列表 |
total |
string |
订单总数 |
page |
string |
页码 |
pageSize |
float |
分页大小 |
list参数:
参数名 |
类型 |
说明 |
product_name |
string |
商品名 |
cover |
string |
商品封面 |
order_id |
string |
第三方订单号 |
total_pay_amount |
float |
订单金额 |
order_reward |
string |
下单返 |
flow_point |
int |
状态 -1:已失效 0 待结算 1 已结算 |
settle_time |
string |
结算时间 |
pay_success_time |
string |
支付时间 |