Authorization: Bearer ********************curl --location 'https://shop.ijuhui.cn/wxapi/rental/shopping/cart/info' \
--header 'openid: ow5ki0cg-dypi32TbgxPYMjw5aJ8' \
--header 'Authorization: Bearer <token>'{
"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
}
]
}
}