获取订单列表1.1
POST
https://api.xiaoe-tech.com/xe.order.list.get/1.0.1
拥有此API的权限集 |
---|
素材管理-素材分组操作 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.order.list.get/1.0.1' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"order_id":"o_xxxx"
}'
响应示例响应示例
{
"code": 0,
"msg": "",
"data": {
"total": 1,
"list": [
{
"order_id": "o_xxxx",
"user_id": "u_xxx",
"resource_type": 6,
"resource_id": "p_xxxx",
"title": "测试",
"count": 1,
"price": 0,
"coupon_id": "cu_xxxx",
"coupon_name": "测试",
"coupon_price": 2,
"order_state": 1,
"ship_state": 0,
"sales_state": -1,
"pay_way": 0,
"collection_way": -1,
"out_order_id": "",
"transaction_id": "",
"client_type": 1,
"system_info": "Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.120 MQQBrowser/6.2 TBS/045512 Mobile Safari/537.36 MMWEBID/4882 MicroMessenger/7.0.15.1680(0x27000F50) Process/tools WeChat/arm32 NetType/4G Language/zh_CN ABI/arm64",
"created_time": "2021-01-12 19:08:54",
"pay_time": "2021-01-12 19:08:55",
"refund_time": "0000-00-00 00:00:00",
"after_sales_state": 0,
"settle_time": "o_xxxx",
"refund_money": "",
"receiver_name": "xxx",
"receiver_detail": "xxxx",
"receiver_phone": "xxxx",
"order_type": [
6,
8
],
"discount_price": 10,
"discount_data": [
{
"discount_name": "拼团优惠",
"discount_type": 6,
"discount_price": 8
},
{
"discount_name": "优惠券抵扣",
"discount_type": 1,
"discount_price": 2
}
],
"team_buy_state": 1
},
{
"goods_no": ""
}
]
}
}
请求参数
Body 参数application/json
返回响应
修改于 2022-03-15 09:19:06