Authored by wujiexiang

payment接口返回包裹列表

@@ -254,7 +254,37 @@ code为200即为成功,否则是失败。 @@ -254,7 +254,37 @@ code为200即为成功,否则是失败。
254 "selected_goods_count": 1, 254 "selected_goods_count": 1,
255 "shipping_cost": 10, 255 "shipping_cost": 10,
256 "str_discount_amount": "¥0.00", 256 "str_discount_amount": "¥0.00",
257 - "str_order_amount": "¥168.00" 257 + "str_order_amount": "¥168.00",
  258 + "package_list":[{
  259 + "supplier_id":"0",
  260 + "goods_list":[{
  261 + "buy_number": "1",
  262 + "goods_images": "http://img11.static.yhbimg.com/goodsimg/2015/12/23/07/0115f6f0e2ca345d2b413396202f97c8b5.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
  263 + "goods_type": "ordinary",
  264 + "product_id": 329795,
  265 + "product_name": "Blackbird 黑鸟锥形香-Ai香型",
  266 + "product_skc": "320280",
  267 + "product_skn": "51184595",
  268 + "product_sku": "1003938"
  269 + }],
  270 + "shopping_cost":3,
  271 + "shopping_cost_formula":"(原价x元,优惠y元)"
  272 + },
  273 + {
  274 + "supplier_id":"23",
  275 + "goods_list":[{
  276 + "buy_number": "1",
  277 + "goods_images": "http://img11.static.yhbimg.com/goodsimg/2015/12/23/07/0115f6f0e2ca345d2b413396202f97c8b5.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
  278 + "goods_type": "gift",
  279 + "product_id": 329795,
  280 + "product_name": "Blackbird 黑鸟锥形香-Ai香型",
  281 + "product_skc": "320280",
  282 + "product_skn": "51184595",
  283 + "product_sku": "1003938"
  284 + }],
  285 + "shopping_cost":3,
  286 + "shopping_cost_formula":"(原价x元,优惠y元)"
  287 + }]
258 }, 288 },
259 "shopping_cart_tag": "3613572d1571f9cf448e3dacb8ec4c37", 289 "shopping_cart_tag": "3613572d1571f9cf448e3dacb8ec4c37",
260 "uid": 10921691, 290 "uid": 10921691,