文档
测试

退换货列表

POST
http://120.27.93.124:8080/index.php/exchange/orders_list

请求参数

参数名
类型
描述
必填
mobile
string
登录人手机号
必填
page
int
页码(1开始)
必填
zt
int
0 => "待确认", 1 => "已拒绝", 2 => "发货中",3 => "已完成",4 => "全部"
必填

响应参数

参数名
类型
描述
必填
exchange_id
int
订单id
必填
out_goods_name
string
鞋的名称(a换b的a)
必填
out_goods_color_name
string
鞋的颜色属性名称(a换b的a)
必填
out_size
string
鞋的尺码(a换b的a)
必填
out_num
int
鞋的数量(a换b的a)
必填
in_goods_name
string
鞋的名称(a换b的b)
必填
in_goods_color_name
string
鞋的颜色属性名称(a换b的b)
必填
in_size
string
鞋的尺码(a换b的b)
必填
in_num
int
鞋的数量(a换b的b)
必填
sales
string
开单人手机号
必填
sales_name
string
开单人姓名
必填
mobile_receiver
string
收件人手机
必填
address_receiver
string
收件人地址
必填
name_receiver
string
收件人姓名
必填
courier_number
string
快递单号
必填
send_type
int
发货方式 1快递 2自取
必填
zt
int
状态码:0 => "待确认", 1 => "已拒绝", 2 => "发货中",3 => "已完成"
必填
zt_name
string
状态名称
必填
out_detail_pic
string
鞋的图片(a换b的a)
必填
in_detail_pic
string
鞋的图片(a换b的b)
必填

说明 / 示例

{ "code": 1, "msg": "ok", "data": { "list": [ { "id": 64, "out_size_id": 60, "out_num": 10, "in_size_id": 64, "in_num": 10, "sales": "16639432809", "mobile_receiver": "收件人手机", "address_receiver": "收件人地址", "name_receiver": "收件人姓名", "courier_number": "0", "send_type": 1, "zt": 0, "content": "备注", "insert_time": "2020-06-29 14:24:25", "del": 0, "exchange_id": 64, "zt_name": "待确认", "out_size": "40", "out_goods_name": "新款鞋子", "out_goods_color_name": "黑色(男女同款)", "in_size": "40", "in_goods_name": "阿凡达的鞋", "in_goods_color_name": "黑色(男女同款)", "sales_name": "ts si" }, { "id": 65, "out_size_id": 60, "out_num": 10, "in_size_id": 71, "in_num": 10, "sales": "16639432809", "mobile_receiver": "收件人手机", "address_receiver": "收件人地址", "name_receiver": "收件人姓名", "courier_number": "0", "send_type": 1, "zt": 0, "content": "备注", "insert_time": "2020-06-29 14:24:25", "del": 0, "exchange_id": 65, "zt_name": "待确认", "out_size": "40", "out_goods_name": "新款鞋子", "out_goods_color_name": "黑色(男女同款)", "in_size": "37", "in_goods_name": "AJ", "in_goods_color_name": "红色(女款)", "sales_name": "ts si" } ] } }