~~~[api]
post:http://hw.duoxunwl.com/app/api.php?i=1&m=we7_wmall&c=entry&do=api&ctrl=wmall&ac=store&op=goods&ta=cart
*sid=1009#门店ID
*goods_id=37463#商品ID
*sign=plus#商品增减 plus表示数量+1, minus表示数量-1
<<<
success
{
"errno": 0,
"message": {
"cart": {
"uniacid": 1,
"sid": 1009, //门店ID
"uid": "10158", //顾客UID
"num": 6, //商品总数
"price": 60, //商品价格
"box_price": 6, //餐盒费
"data": [ //商品数据
[
{
"title": "至珍鲜虾汉堡", //商品名称
"goods_id": 37463, //商品ID
"thumb": "http://testlala.oss-cn-qingdao.aliyuncs.com/images/10/2020/11/rUx2oU4rkzT0WN74Nrk7XoUUWurYOo.jpg", //商品图片
"num": 6, //商品数量
"discount_num": 0, //优惠数量
"total_discount_price": 60, //优惠后总价
"total_price": 60, //总价
"total_price_show": 60, //显示总价
"goods_price": 10
}
],
[
{
"title": "餐盒费",
"goods_id": "88888", //餐盒费ID 固定88888
"thumb": null,
"num": 0,
"discount_num": 0,
"total_discount_price": 6,
"total_price": null,
"total_discount_price_show": null,
"total_price_show": null,
"is_show": null,
"goods_price": 6
}
]
],
"addtime": 1626404777,
"weight": 3000, //商品总重量
"id": "700",
"discount_notice": { //优惠信息提示
"note": "下单可减 5 再买 40 , 可减 20 ",
"leave_price": 40,
"back_price": "20"
},
"cart_price": 66 //购物车总价
}
}
}