文档
测试

统订订单

POST
http://cx.tzdn88.com/api/v1.CustomerSupport/getOrderList

请求参数

参数名
类型
描述
必填
openid
必填
status
订单状态 -1:全部 0:未完成 1:已完成 2:关闭
必填

响应参数

参数名
类型
描述
必填
order_sn
订单号
必填
activity_name
订购名称
必填
total_num
总数量
必填
total_amount
总金额
必填
pay_time
支付时间
必填
student_name
学生姓名
必填
address
地址
必填
delivery_company
快递公司
必填
delivery_sn
快递单号
必填
model
订购模式,1-普通订购,2-只订不付,3-线下支付
必填
goods
必填
id
必填
activity_good_name
商品名称
必填
pic_path
图片
必填
price
单价
必填
num
数量
必填
size
尺码
必填
gender
性别
必填
student_mobile
手机号码
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "116373", "order_sn": "XF2022072513401281103850417", "activity_id": "420", "school_id": "152", "student_id": "120705", "activity_name": "江阴市敔山湾实验学校(小学部)", "school_name": "江阴市敔山湾实验学校(小学部)", "class": "", "student_name": "钟鸣予", "model": "1", "total_num": "3", "total_amount": "438.00", "order_status": "1", "transaction_no": "4200001444202207253204663700", "pay_status": "2", "pay_time": "2022-07-25 13:40:29", "ctime": "2022-07-25 13:40:12", "utime": "2022-07-25 13:40:29", "is_del": null, "user_account": "7458a97c0c43d3f733870638103e4fb6", "grade": "", "student_mobile": "13812570699", "address": "", "delivery_company": null, "delivery_sn": null, "goods": [ { "id": "217772", "order_id": "116373", "activity_good_id": "3004", "activity_good_name": "夏季运动装 建议两套", "pic_path": "https://xcx.tzdn88.com/upload/file/202207/a4c1263ed18ae1df16440dd008213423.jpg", "price": "80.00", "num": "1", "size": "140", "special_size": null, "ctime": "2022-07-25 13:40:12", "utime": "2022-07-25 13:40:12", "is_del": null, "gender": "1" }, { "id": "217773", "order_id": "116373", "activity_good_id": "3006", "activity_good_name": "春秋运动装 建议两套", "pic_path": "https://xcx.tzdn88.com/upload/file/202207/7e98c98ca0445f2799db659a47c9405e.jpg", "price": "125.00", "num": "1", "size": "140", "special_size": null, "ctime": "2022-07-25 13:40:12", "utime": "2022-07-25 13:40:12", "is_del": null, "gender": "1" }, { "id": "217774", "order_id": "116373", "activity_good_id": "3008", "activity_good_name": "春秋正装 建议一套", "pic_path": "https://xcx.tzdn88.com/upload/file/202207/d001ddbdc360a1a5cb6db5178a031d74.jpg", "price": "233.00", "num": "1", "size": "150", "special_size": null, "ctime": "2022-07-25 13:40:12", "utime": "2022-07-25 13:40:12", "is_del": null, "gender": "1" } ], "status_name": "已完成", "model_name": "普通订购" } ] }