B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
分销订单列表
,URL地址 | http://www.tpshop.com/index.php?m=Api&c=Distribut&a=order_list |
请求方式 | get |
参数列表
参数 | 是否必须 | 说明 |
status | 可选 | 订单状态,0未付款,1已付款, 2等待分成(已收货) 3已分成, 4已取消,默认0 |
| p | 可选 | 第几页,默认1 |
示例
{
"status": 1,
"msg": "获取成功",
"result": [
{
"id": 32,
"user_id": 6, //上级用户id
"buy_user_id": 12, //下级购买者id
"nickname": "15889560661", //购买者昵称
"order_sn": "201706031718525534", //订单序号
"order_id": 194, //订单id
"goods_price": "100.00", //商品价格
"money": "6.00", //佣金
"level": 1, //获佣用户级别
"create_time": 1496481532, //分成记录生成时间
"confirm": 0, //确定收货时间
"status": 0, //0未付款,1已付款, 2等待分成(已收货) 3已分成, 4已取消
"confirm_time": 0, //确定分成或者取消时间
"remark": "", //如果是取消, 有取消备注
"store_id": 2, //店铺id
"goods_list": [
{
"rec_id": 243,
"order_id": 194,
"goods_id": 1,
"goods_name": "test商品",
"goods_sn": "614654636", //商品编号
"goods_num": 1, //商品数量
"market_price": "60.00",//市场价
"goods_price": "100.00",//商品总价
"cost_price": "40.00", //节省金额
"member_goods_price": "100.00",
"give_integral": 500,
"spec_key": "",
"spec_key_name": "",
"bar_code": "",
"is_comment": 0,
"prom_type": 0,
"prom_id": 0,
"is_send": 0,
"delivery_id": 0,
"sku": "",
"store_id": 2,
"commission": 1,
"is_checkout": 0,
"deleted": 0,
"distribut": "20.00", //商品佣金
"original_img": "/public/upload/goods/2017/02-18/1eac890c328250e33c18a10291e75b43.jpg"
},
...
]
},
...
]
} 