文档
测试

订单详情

GET
{{host}}/shop/Order/orderInfo

请求参数

参数名
类型
描述
必填
order_id
订单id
必填
me_id
用户id
必填

响应参数

参数名
类型
描述
必填
order_id
订单id
必填
order_num
订单编号
必填
name
店铺名称
必填
id
店铺id
必填
balance
支付余额
必填
deduction
游豆抵扣
必填
new_total
合计
必填
order_pay_time
支付时间
必填
order_create_time
订单创建时间
必填
order_pay_type
支付方式 1支付宝 2微信
必填
verification_pic
核销码
必填
order_status
订单状态 1 待付款 2已支付 5已完成
必填
delivery
1自提 2快递
必填
evaluate_status
1未评价 2已评价
必填

说明 / 示例

{ "code": 200, "msg": "执行成功", "data": { "order_id": 2, "order_num": "0122102101556055", "name": "测试店铺", "id": 1, "deduction": "1.00", "new_total": "22.00", "evaluate_status": 1, "order_status": 5, "order_pay_time": "2021-01-02 10:40:29", "order_pay_type": 1, "verification_pic": "1", "order_create_time": "2021-01-02 10:40:29", "delivery": 1, "balance": 23, "goods_list": [ { "goods_id": 1, "new_total": "33.00", "quantity": 1, "pic": "https://img.alicdn.com/imgextra/i2/880734502/O1CN01yc9TxO1j7xiAC71Pg_!!https://g-search3.alicdn.com/img/bao/uploaded/i4/i4/880734502/O1CN01l7ad531j7xjwNCa9T_!!0-item_pic.jpg_580x580Q90.jpg" } ] } }