curl --location --request GET '/shopapi/order/lists?type=' \
--header 'token;'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"list": [
{
"id": 270,
"order_sn": "202106281828415555",
"order_status": 4,
"pay_status": 0,
"shipping_status": 0,
"create_time": "2021-06-29 10:05:18",
"delivery_type": 0,
"order_goods": [
{
"id": 270,
"order_id": 270,
"goods_id": 10,
"item_id": 42,
"goods_name": "平板电脑",
"goods_price": "2888.00",
"spec_value": "默认",
"image": "http://likeshopb2b2c.yixiangonline.com//uploads/images/20210624152954c02428489.jpg",
"goods_num": 1,
"is_comment": 0,
"refund_status": 0,
"commission_ratio": null,
"total_pay_price": "2888.00"
}
],
"shop_cancel_btn": 0,
"edit_address_btn": 0,
"to_ship_btn": 0,
"take_btn": 0,
"delivery_btn": 0,
"del_btn": 1,
"order_status_text": "已关闭",
"content_btn": 0
}
],
"page": 1,
"size": 15,
"count": 7,
"more": 0
}
}