Authored by tanling
... ... @@ -89,7 +89,8 @@
"vip_discount_money": 0,
"vip_discount_type": "3",
"vip_price": 0,
"yoho_coin_num": "0"
"yoho_coin_num": "0",
"discount_tag":"" //S 学生折扣,V VIP折扣
}],
"off_shelves_goods_list": [], //过时商品
"price_gift": [], //可选加价购
... ... @@ -182,7 +183,8 @@
"vip_discount_money": 0,
"vip_discount_type": "4",
"vip_price": 0,
"yoho_coin_num": "0"
"yoho_coin_num": "0",
"discount_tag":"" //S 学生折扣,V VIP折扣,其他无折扣
},
{
"attribute": "1",
... ... @@ -294,7 +296,8 @@
"vip_discount_money": 0,
"vip_discount_type": "3",
"vip_price": 0,
"yoho_coin_num": "0"
"yoho_coin_num": "0",
"discount_tag":"S" //S 学生折扣,V VIP折扣,其他无折扣
}],
"off_shelves_goods_list": [],
"price_gift": [{ //可选加价购
... ... @@ -349,12 +352,16 @@
"last_order_amount": 119,
"order_amount": 2339,
"package_list": [],
"promotion_formula": "总计¥119.00=商品金额¥2339.00-活动金额¥2220.00",
"promotion_formula": "总计¥119.00=商品金额¥2339.00-学生优惠¥10.00-活动金额¥2220.00",
"promotion_formula_list": [{
"promotion": "商品金额",
"promotion_amount": "¥2339.00"
},
{
"promotion": "学生优惠",
"promotion_amount": "-¥10.00"
}
{
"promotion": "活动金额",
"promotion_amount": "-¥2220.00"
}],
... ...