接口名称
1) 请求地址
https://www.azmbk.com/multistore/index/distr-order-list
2) 请求参数:
POST参数:
| 字段名称 |
字段说明 |
类型 |
必填 |
备注 |
| date |
|
string |
Y |
2024-09 |
3) 请求返回结果:
{
"code": 0,
"data": {
"list": [
{
"order_sn": "20241009160604807970",
"goods_image": "https://oss.azmbk.com/images/shop/679/gallery/2024/10/08/17283560956461.jpg",
"goods_name": "亿智 蓝莓叶黄素酯软糖(蓝莓味)105克/瓶",
"goods_number": "2",
"goods_price": "9.60",
"goods_sn": "85354",
"order_status": "交易关闭",
"store_id": "854",
"store_name": "鑫斛八斛药房-天辰华府店",
"distr_price": "0.96",
"pay_time": "1970-01-01 00:00:00",
"shipping_status": "0",
"rebate": "10",
"order_id": "520987",
"distr_uid": "9",
"totall_goods_price": 19.2,
"totall_distr_price": 1.92
},
{
"order_sn": "20241009162426058600",
"goods_image": "https://oss.azmbk.com/images/shop/679/gallery/2024/10/08/17283560956461.jpg",
"goods_name": "亿智 蓝莓叶黄素酯软糖(蓝莓味)105克/瓶",
"goods_number": "1",
"goods_price": "9.60",
"goods_sn": "85354",
"order_status": "交易关闭",
"store_id": "854",
"store_name": "鑫斛八斛药房-天辰华府店",
"distr_price": "0.96",
"pay_time": "1970-01-01 00:00:00",
"shipping_status": "0",
"rebate": "10",
"order_id": "520997",
"distr_uid": "9",
"totall_goods_price": 9.6,
"totall_distr_price": 0.96
},
{
"order_sn": "20241011090656271580",
"goods_image": "https://oss.azmbk.com/images/shop/679/gallery/2024/10/08/17283560956461.jpg",
"goods_name": "亿智 蓝莓叶黄素酯软糖(蓝莓味)105克/瓶",
"goods_number": "1",
"goods_price": "9.60",
"goods_sn": "85354",
"order_status": "待商家发货",
"store_id": "967",
"store_name": "鑫斛八斛药房-天辰华府店",
"distr_price": "0.96",
"pay_time": "1970-01-01 00:00:00",
"shipping_status": "0",
"rebate": "10",
"order_id": "521673",
"distr_uid": "9",
"totall_goods_price": 9.6,
"totall_distr_price": 0.96
}
],
"page": {
"page_key": "page",
"page_id": "pagination",
"default_page_size": 10,
"cur_page": 1,
"page_size": 10,
"page_size_list": [
10,
50,
500
],
"record_count": 3,
"page_count": 1,
"offset": 0,
"url": null,
"sql": null
},
"estimate_withdrawal": 0.96,
"pass_withdrawal": 0,
"can_withdrawal": 0
},
"message": ""
}
6) 请求返回结果参数说明:
| 字段名称 |
字段说明 |
类型 |
必填 |
备注 |
| code |
|
string |
Y |
- |
| data |
|
string |
Y |
- |
| list |
|
string |
Y |
- |
| order_sn |
|
string |
Y |
订单号 |
| goods_image |
|
string |
Y |
商品图片 |
| goods_name |
|
string |
Y |
商品名称 |
| goods_number |
|
string |
Y |
购买数量 |
| goods_price |
|
string |
Y |
商品价格 |
| goods_sn |
|
string |
Y |
商品货号 |
| order_status |
|
string |
Y |
订单状态 |
| store_name |
|
string |
Y |
门店名称 |
| pay_time |
|
string |
Y |
支付时间 |
| rebate |
|
string |
Y |
返佣比例 |
| totall_goods_price |
|
string |
Y |
商品总价 |
| totall_distr_price |
|
string |
Y |
合计佣金 |
| estimate_withdrawal |
|
string |
Y |
预计提现 |
| pass_withdrawal |
|
string |
Y |
已经提现 |
| can_withdrawal |
|
string |
Y |
可以提现 |
文档更新时间: 2024-10-11 09:17 作者:xieyuhua