/api/order/lists?type=all| 参数名 | 必选 | 类型 | 说明 | 参数示例 |
|---|---|---|---|---|
| type | 是 | var | 购买商品 | all -- pay:待支付;delivery:待收货;finish:已完成;close:已关闭; |
{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"list": [
{
"id": 4,
"order_sn": "202105201009314747",
"order_status": 1,
"pay_status": 1,
"order_amount": "15.00",
"order_type": 0,
"shipping_status": 0,
"create_time": "2021-05-20 10:09:31",
"shop_id": 2,
"delivery_type": 1, //配送方式;0-快递配送 1-虚拟发货
"orderGoods": [
{
"id": 9,
"order_id": 4,
"goods_id": 8,
"item_id": 8,
"goods_num": 3,
"goods_name": "测试2的商品",
"goods_price": "5.00",
"total_price": "15.00",
"total_pay_price": "15.00",
"discount_price": null,
"spec_value": "默认",
"spec_value_ids": "8",
"image": "http://www.likeshopb2b2c.localhost/uploads/images/20210506101903c06bb8343.jpg",
"shipping_status": 0,
"delivery_id": 0,
"refund_status": 0,
"is_comment": 0,
"commission_ratio": null,
"create_time": "2021-05-20 10:09:31",
"settle_id": 0,
"settle_amount": null
}
],
"shop": {
"id": 2,
"name": "水果店",
"type": 2
},
"goods_count": 1,
"pay_btn": 0,
"cancel_btn": 0,
"delivery_btn": 0,
"take_btn": 0,
"del_btn": 0,
"comment_btn": 0,
"content_btn": 1, //查看内容按钮 0-隐藏 1-显示
"order_cancel_time": ""
}
],
"page": 1,
"size": 15,
"count": 1,
"more": 0
}
}