Authorization: Bearer ********************
curl --location --request GET 'https://shop.ijuhui.mobi/wxapi/rental/shopping/cart/info' \
--header 'openid: ow5ki0cg-dypi32TbgxPYMjw5aJ8'
{
"code": 200,
"message": "成功",
"data": {
"total_product_quantity": 2,
"order_line_list": [
{
"template_id": 55089,
"template_name": "全新模块",
"list_price": 2917.13,
"product_uom_qty": 1.0
},
{
"template_id": 55085,
"template_name": "检测服务费",
"list_price": 1.0,
"product_uom_qty": 1.0
}
]
}
}