Authored by wujiexiang

Update shopping.md

@@ -566,4 +566,260 @@ code为200即为成功,否则是失败。 @@ -566,4 +566,260 @@ code为200即为成功,否则是失败。
566 "md5":"c1d725306fb09dcbf504776d276521cb", 566 "md5":"c1d725306fb09dcbf504776d276521cb",
567 "message":"ok" 567 "message":"ok"
568 } 568 }
  569 +```
  570 +
  571 +## 5、购物车结算接口 ##
  572 +#### 说明
  573 +购物车结算(app.Shopping.easyPayment)
  574 +#### 请求参数
  575 +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
  576 +|:-------| -----:|-----:|-----:|-----:|----:|
  577 +|uid|int|否|3236556|0|用户id|
  578 +|cart_type|string|否|ordinary|ordinary|购物车类型|
  579 +|yoho_coin_mode|int|否|1|1|是否使用yoho币,1使用,0不使用|
  580 +|product_sku_list|string|否|[{'type':'limitcode','sku':307502,'limitproductcode':'2016030711453248','buy_number':1,'skn':51001888}]||购买限购商品|
  581 +
  582 +### 响应
  583 +code为200即为成功,否则是失败。
  584 +响应JSON格式如下所示:
  585 +
  586 +```json
  587 +{
  588 + "alg": "SALT_MD5",
  589 + "code": 200,
  590 + "data": {
  591 + "delivery_address": {
  592 + "address": "南京",
  593 + "address_id": "4555851",
  594 + "area": "北京市 北京市 东城区",
  595 + "area_code": "110101",
  596 + "consignee": "123",
  597 + "is_delivery": "Y",
  598 + "is_support": "Y",
  599 + "mobile": "139****4768",
  600 + "phone": ""
  601 + },
  602 + "delivery_time": [{
  603 + "default": "N",
  604 + "delivery_time_id": 1,
  605 + "delivery_time_string": "只工作日送货"
  606 + }, {
  607 + "default": "Y",
  608 + "delivery_time_id": 2,
  609 + "delivery_time_string": "工作日、双休日和节假日均送货"
  610 + }, {
  611 + "default": "N",
  612 + "delivery_time_id": 3,
  613 + "delivery_time_string": "只双休日、节假日送货(工作日不送货)"
  614 + }],
  615 + "delivery_way": [{
  616 + "default": "Y",
  617 + "delivery_way_cost": 10,
  618 + "delivery_way_id": 1,
  619 + "delivery_way_name": "普通快递",
  620 + "is_delivery": "Y",
  621 + "is_support": "Y"
  622 + }, {
  623 + "default": "N",
  624 + "delivery_way_cost": 15,
  625 + "delivery_way_id": 2,
  626 + "delivery_way_name": "顺丰速运",
  627 + "is_delivery": "Y",
  628 + "is_support": "Y"
  629 + }],
  630 + "goods_list": [{
  631 + "attribute": "1",
  632 + "brand_id": "141",
  633 + "buy_limit": 0,
  634 + "buy_number": "1",
  635 + "cn_alphabet": "TYAKASHABaiSeNanNvTongKuanJiaoYinJiRouJiBenKuanTXuAJN01T16XSAJN01W",
  636 + "color_id": "1",
  637 + "color_name": "白色",
  638 + "expect_arrival_time": "",
  639 + "fit_promotions": ["8479", "8477", "8475"],
  640 + "get_yoho_coin": "0",
  641 + "goods_id": "529095",
  642 + "goods_images": "http://img10.static.yhbimg.com/goodsimg/2016/04/11/10/01717d13ad6eab0a039f013dfecdb0e4a7.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
  643 + "goods_type": "ordinary",
  644 + "is_advance": "N",
  645 + "is_jit": "N",
  646 + "is_limited": "N",
  647 + "is_outlets": "N",
  648 + "is_special": "N",
  649 + "last_price": "168.0",
  650 + "last_vip_price": 168,
  651 + "market_price": 168,
  652 + "max_sort_id": "1",
  653 + "middle_sort_id": "11",
  654 + "off_shelves": 0,
  655 + "product_id": 417451,
  656 + "product_name": "TYAKASHA 白色男女通款胶印肌肉基本款T恤 ",
  657 + "product_skc": "373162",
  658 + "product_skn": "51228710",
  659 + "product_sku": "1164186",
  660 + "promotion_flag": "108",
  661 + "promotion_id": "0",
  662 + "real_price": 168,
  663 + "real_vip_price": 0,
  664 + "sale_price": 0,
  665 + "sales_price": 168,
  666 + "selected": "Y",
  667 + "shop_id": 0,
  668 + "shopping_cart_goods_id": "106796919",
  669 + "shopping_cart_id": "131919063",
  670 + "size_id": "201",
  671 + "size_name": "L",
  672 + "small_sort_id": "114",
  673 + "storage_number": "100",
  674 + "str_subtotal": "¥168.00",
  675 + "subtotal": 168,
  676 + "supplier_id": 0,
  677 + "uid": "10921691",
  678 + "vip1_price": "159.60",
  679 + "vip2_price": "151.20",
  680 + "vip3_price": "147.84",
  681 + "vip_discount": 1,
  682 + "vip_discount_money": 0,
  683 + "vip_discount_type": "1",
  684 + "vip_price": 0,
  685 + "yoho_coin_num": "0"
  686 + }],
  687 + "invoices": {
  688 + "invoices_title": "",
  689 + "invoices_type_id": 0,
  690 + "invoices_type_list": [{
  691 + "invoices_type_id": 1,
  692 + "invoices_type_name": "图书"
  693 + }, {
  694 + "invoices_type_id": 2,
  695 + "invoices_type_name": "资料"
  696 + }, {
  697 + "invoices_type_id": 3,
  698 + "invoices_type_name": "办公用品"
  699 + }, {
  700 + "invoices_type_id": 4,
  701 + "invoices_type_name": "洗涤用品"
  702 + }, {
  703 + "invoices_type_id": 5,
  704 + "invoices_type_name": "化妆品"
  705 + }, {
  706 + "invoices_type_id": 6,
  707 + "invoices_type_name": "体育用品"
  708 + }, {
  709 + "invoices_type_id": 7,
  710 + "invoices_type_name": "服装"
  711 + }, {
  712 + "invoices_type_id": 8,
  713 + "invoices_type_name": "饰品"
  714 + }, {
  715 + "invoices_type_id": 9,
  716 + "invoices_type_name": "配件"
  717 + }, {
  718 + "invoices_type_id": 10,
  719 + "invoices_type_name": "数码产品"
  720 + }],
  721 + "invoiceContentList": -- 发票内容
  722 + [{
  723 + "invoices_type_id": 1,
  724 + "invoices_type_name": "服装"
  725 + }, {
  726 + "invoices_type_id": 2,
  727 + "invoices_type_name": "图书"
  728 + }, {
  729 + "invoices_type_id": 3,
  730 + "invoices_type_name": "配件"
  731 + }, {
  732 + "invoices_type_id": 4,
  733 + "invoices_type_name": "日用品"
  734 + }, {
  735 + "invoices_type_id": 5,
  736 + "invoices_type_name": "办公用品"
  737 + }, {
  738 + "invoices_type_id": 6,
  739 + "invoices_type_name": "体育用品"
  740 + }, {
  741 + "invoices_type_id": 7,
  742 + "invoices_type_name": "数码产品"
  743 + }],
  744 + "invoices_type_name": ""
  745 + },
  746 + "payment_way": [{
  747 + "default": "Y",
  748 + "is_support": "Y",
  749 + "payment_id": 15,
  750 + "payment_name": "支付宝",
  751 + "payment_type": 1,
  752 + "payment_type_name": "在线支付(推荐)",
  753 + "is_support_message":""
  754 + }, {
  755 + "default": "N",
  756 + "is_support": "Y",
  757 + "payment_id": 0,
  758 + "payment_name": "货到付款",
  759 + "payment_type": 2,
  760 + "payment_type_name": "货到付款",
  761 + "is_support_message":"送货上门后再付款"
  762 + }],
  763 + "promo_code_enabled": 0,
  764 + "shopping_cart_data": {
  765 + "discount_amount": 0,
  766 + "fast_shopping_cost": 15,
  767 + "gain_yoho_coin": 0,
  768 + "goods_count": 1,
  769 + "last_order_amount": 178,
  770 + "order_amount": 168,
  771 + "promotion_formula": "总计¥178.00=商品金额¥168.00+运费¥10.00",
  772 + "promotion_formula_list": [{
  773 + "promotion": "商品金额",
  774 + "promotion_amount": "¥168.00"
  775 + }, {
  776 + "promotion": "运费",
  777 + "promotion_amount": "+¥10.00"
  778 + }],
  779 + "selected_goods_count": 1,
  780 + "shipping_cost": 10,
  781 + "str_discount_amount": "¥0.00",
  782 + "str_order_amount": "¥168.00",
  783 + "is_multi_package":"Y",
  784 + "package_list":[{
  785 + "supplier_id":"0",
  786 + "goods_list":[{
  787 + "buy_number": "1",
  788 + "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",
  789 + "goods_type": "ordinary",
  790 + "product_id": 329795,
  791 + "product_name": "Blackbird 黑鸟锥形香-Ai香型",
  792 + "product_skc": "320280",
  793 + "product_skn": "51184595",
  794 + "product_sku": "1003938"
  795 + }],
  796 + "shopping_cost":3,
  797 + "shopping_cut_cost": 7,
  798 + "shopping_orig_cost:10
  799 + },
  800 + {
  801 + "supplier_id":"23",
  802 + "goods_list":[{
  803 + "buy_number": "1",
  804 + "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",
  805 + "goods_type": "gift",
  806 + "product_id": 329795,
  807 + "product_name": "Blackbird 黑鸟锥形香-Ai香型",
  808 + "product_skc": "320280",
  809 + "product_skn": "51184595",
  810 + "product_sku": "1003938"
  811 + }],
  812 + "shopping_cost":3,
  813 + "shopping_cut_cost": 7,
  814 + "shopping_orig_cost:10
  815 + }]
  816 + },
  817 + "shopping_cart_tag": "3613572d1571f9cf448e3dacb8ec4c37",
  818 + "uid": 10921691,
  819 + "use_yoho_coin": 0,
  820 + "yoho_coin": 0
  821 + },
  822 + "md5": "3c89d2af5917a0f12070df8281b39fe8",
  823 + "message": "payment data."
  824 +}
569 ``` 825 ```