{}
curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/replace_place_order.cart/lists?user_id' \
--header 'version: 1.1.1' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"clerk_user_id": 93,
"user_id": 97,
"goods_id": 425,
"goods_num": 6,
"item_id": 15359,
"selected": 1,
"aux_id": 0,
"goods": {
"id": 425,
"name": "火龙果",
"image": "https://kingdeexc.51kuaiding.com/uploads/images/202502221633502160a0742.png",
"status": 1,
"delete_time": null,
"code": "SP00011",
"goods_model": "",
"tag_id": "",
"unit_id": 2,
"tag_desc": "",
"unit_desc": "个"
},
"goods_item": {
"id": 15359,
"spec_value_str": "红色,大",
"sell_price": "25.00",
"image": "https://kingdeexc.51kuaiding.com/uploads/images/202502221633502160a0742.png",
"limit_buy": 0,
"limit_package": 0,
"weight": "0.00",
"member_price": ""
},
"cart_status": 0,
"stock_keep_decimal": 0,
"fractional_precision": "2",
"min": 1,
"step": 1,
"not_enough_stock": 0,
"sub_price": 150
}
],
"total_num": 6,
"total_amount": 150,
"total_weight": 0,
"price_symbol": "¥",
"shop_price_show": 1,
"order_enabled": 1,
"integrate_orders": 0,
"stock_keep_decimal": 0
}
}