新版「开放接口」现已发布,新增消息事件推送功能,更新人人商城至V5.32.0体验!
order_type参数值 | 对应Text |
---|---|
10 | 普通订单 |
20 | 虚拟订单 |
21 | 虚拟卡密 |
30 | 预约到店 |
40 | 优惠券 |
50 | 计次时商品 |
60 | 三方会员充值 |
activity_type参数值 | 对应Text |
---|---|
0 | 普通订单 |
1 | 预售订单 |
2 | 秒杀订单 |
3 | 拼团订单 |
4 | 拼团返利订单 |
5 | 积分商城订单 |
6 | 裂变免单订单 |
status参数值 | 对应Text |
---|---|
-1 | 已关闭 |
0 | 待支付 |
10 | 待发货 |
11 | 部分发货 |
20 | 待收货 |
30 | 已完成 |
pay_type参数值 | 对应Text |
---|---|
2 | 余额支付 |
3 | 货到付款 |
20 | 微信支付 |
22 | 视频号支付 |
30 | 支付宝支付 |
50 | 线下支付 |
60 | 收银台支付 |
dispatch_type参数值 | 对应Text |
---|---|
0 | 无需配送 |
10 | 快递 |
20 | 自提(到店核销) |
30 | 同城配送 |
curl --location -g --request GET '/order/list/index?page=1&pagesize=10&create_time=["2022-05-18 05:00:00", "2022-05-30 00:00:00"]&create_time_start=2022-05-18 05:00:00&create_time_end=2022-05-30 00:00:00&status=1&member_id=1'
{
"error": 0,
"total": 1,
"list": [
{
"id": "4742",
"order_no": "1010220819162338669719",
"pay_price": "0.01",
"order_type": "10",
"activity_type": "0",
"status": "10",
"create_time": "2022-08-19 16:23:38",
"goods_info": [
{
"title": "支付",
"sub_title": "",
"option_title": "",
"thumb": "http://alone-mbw.v5dev.getpkg.cn/image/25/2022/07/389c71bacfc0e28af7742da0ea9036ea.jpg",
"option_thumb": null,
"goods_id": "1283",
"option_id": "1",
"unit": "件",
"total": "1",
"price_unit": "0.01",
"price_original": 0.01,
"price_discount": 0,
"order_goods_id": 1
}
],
"dispatch_type": "10",
"buyer_name": "1234567890",
"buyer_mobile": "13155555555",
"address_province": "江苏省",
"address_city": "苏州市",
"address_area": "常熟市",
"address_detail": "444",
"buyer_remark": "",
"remark": "",
"address": "江苏省 苏州市 常熟市 444",
"status_text": "待发货",
"order_type_text": "普通订单",
"activity_type_text": "普通订单",
"wxapp_url": "/pagesOrder/detail.html?id=4742"
}
],
"page": 1,
"page_size": 20
}
扫码加入 开放接口 微信交流群
在这里,获得 开放接口 使用上的任何帮助,快速上手让你的研测效率得到大幅提升