curl --location --request GET '/api/bargain/orderList?type='{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"list": [
{
"id": 1,
"bargain_id": 10,
"goods_id": 94,
"order_id": 0,
"current_price": "7.00",
"item_id": 98,
"btn_tips": "砍价成功",
"bargain_tips": "须砍至最低价才可支付购买",
"image": "",
"name": "小橘子",
"price": "8.00",
"spec_value_str": "默认",
"status_text": "砍价成功",
"create_time": "2021-07-01 16:34:34"
}
],
"page_no": 1,
"page_size": 15,
"count": 1,
"more": 0
}
}