Authored by maelk-liu

Update OfflineS.md

... ... @@ -910,84 +910,136 @@ code为200即为成功,否则是失败。
```json
{
"alg": "SALT_MD5",
"code": 200,
"data": {{
"coupon_amount": 10,
"delivery_way": [
{
"delivery_way_cost": 0,
"default": "Y",
"delivery_way_id": 1,
"is_support": "Y",
"delivery_way_name": "普通快递",
"is_delivery": "Y"
},
{
"delivery_way_cost": 5,
"default": "N",
"delivery_way_id": 2,
"is_support": "Y",
"delivery_way_name": "顺丰速运",
"is_delivery": "Y"
},
{
"delivery_way_cost": 0,
"default": "N",
"delivery_way_id": 99,
"is_support": "Y",
"delivery_way_name": "其他方式",
"is_delivery": "Y"
}
],
"discount_amount": 0,
"fast_shopping_cost": 5,
"gain_yoho_coin": 0,
"goods_count": 2,
"is_multi_package": "N",
"last_order_amount": 1590.9,
"order_amount": 1596,
"package_list": [],
"payment_way": [
{
"payment_type": 1,
"default": "Y",
"payment_type_name": "在线支付(推荐)",
"is_support": "Y",
"payment_id": 15,
"payment_name": "支付宝",
"is_support_message": ""
}
],
"promotion_formula": "总计¥1590.90=商品金额¥1596.00-优惠券¥10.00-YOHO币¥0.10+运费¥5.00",
"promotion_formula_list": [
{
"promotion": "商品金额",
"promotion_amount": "¥1596.00"
"alg": "SALT_MD5",
"code": 200,
"data": {
"coupon_amount": 10,
"delivery_way": [
{
"delivery_way_cost": 0,
"default": "Y",
"delivery_way_id": 1,
"is_support": "Y",
"delivery_way_name": "普通快递",
"is_delivery": "Y"
},
{
"delivery_way_cost": 5,
"default": "N",
"delivery_way_id": 2,
"is_support": "Y",
"delivery_way_name": "顺丰速运",
"is_delivery": "Y"
},
{
"delivery_way_cost": 0,
"default": "N",
"delivery_way_id": 99,
"is_support": "Y",
"delivery_way_name": "其他方式",
"is_delivery": "Y"
}
],
"discount_amount": 0,
"fast_shopping_cost": 5,
"gain_yoho_coin": 0,
"goods_count": 4,
"is_multi_package": "Y",
"last_order_amount": 1771.9,
"order_amount": 1777,
"package_list": [
{
"goods_list": [
{
"brand_domain": "tuk",
"brand_name": "T.U.K",
"buy_number": "1",
"goods_images": "http://img12.static.yhbimg.com/goodsimg/2015/09/10/07/0291ab46baab31fdf93b7a8f68029673fb.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_type": "ordinary",
"product_id": 237295,
"product_name": "T.U.K 骷髅印花马丁靴",
"product_skc": "257200",
"product_skn": "51133497",
"product_sku": "830406"
},
{
"brand_domain": "eightguys",
"brand_name": "Eight Guys",
"buy_number": "1",
"goods_images": "http://img11.static.yhbimg.com/goodsimg/2015/10/25/14/01c64abd305d18d66243e8dca7a636160c.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_type": "ordinary",
"product_id": 268713,
"product_name": "Eight Guys LOGO印花拼接布休闲长裤",
"product_skc": "275879",
"product_skn": "51149650",
"product_sku": "882522"
}
],
"shopping_cost": "3.00",
"shopping_cut_cost": "2.00",
"shopping_orig_cost": "5.00",
"supplier_id": "0"
},
{
"goods_list": [
{
"brand_domain": "colorpool",
"brand_name": "大神品牌五六七八九零一二三四五六七八九零一二三四五六七八九零一二三四五六七八九零一二三四五六七八九零",
"buy_number": "1",
"goods_images": "http://img11.static.yhbimg.com/goodsimg/2016/08/08/14/0189a869dea6767717bb5bbd8d8af97f8b.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_type": "ordinary",
"product_id": 500584,
"product_name": "多颜色多尺码多图,简称三多",
"product_skc": "501988",
"product_skn": "512579586",
"product_sku": "1379492"
}
],
"shopping_cost": "2.00",
"shopping_cut_cost": "3.00",
"shopping_orig_cost": "5.00",
"supplier_id": "1558"
}
],
"payment_way": [
{
"payment_type": 1,
"default": "Y",
"payment_type_name": "在线支付(推荐)",
"is_support": "Y",
"payment_id": 15,
"payment_name": "支付宝",
"is_support_message": ""
}
],
"promotion_formula": "总计¥1771.90=商品金额¥1777.00-优惠券¥10.00-YOHO币¥0.10+运费(原价¥10.00,优惠¥5.00)¥5.00",
"promotion_formula_list": [
{
"promotion": "商品金额",
"promotion_amount": "¥1777.00"
},
{
"promotion": "优惠券",
"promotion_amount": "-¥10.00"
},
{
"promotion": "YOHO币",
"promotion_amount": "-¥0.10"
},
{
"promotion": "运费(原价¥10.00,优惠¥5.00)",
"promotion_amount": "+¥5.00"
}
],
"selected_goods_count": 4,
"shipping_cost": 0,
"str_discount_amount": "¥0.00",
"str_order_amount": "¥1777.00",
"use_red_envelopes": 0,
"use_yoho_coin": 0.1
},
{
"promotion": "优惠券",
"promotion_amount": "-¥10.00"
},
{
"promotion": "YOHO币",
"promotion_amount": "-¥0.10"
},
{
"promotion": "运费",
"promotion_amount": "+¥5.00"
}
],
"selected_goods_count": 2,
"shipping_cost": 0,
"str_discount_amount": "¥0.00",
"str_order_amount": "¥1596.00",
"use_red_envelopes": 0,
"use_yoho_coin": 0.1
}
},
"md5": "c743135bb9ee4afe3c522c59e64604ea",
"message": "offline compute list."
"md5": "c743135bb9ee4afe3c522c59e64604ea",
"message": "offline compute list."
}
```
... ...