<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                **簡要描述:** - 拼團-結算詳情/提交訂單 **請求URL:** - ` api/team/buy ` **請求方式:** - post **參數:** |參數名|是否必選|類型|說明| |:---- |:---|:----- |----- | |pay_way | 可選/必選 |int | 支付方式(下單時必選) :1-微信支付 2-支付寶支付 3-余額支付 |item_id |必選 |int |商品id | |goods_num |必選 |int |商品數量 | |remark |可選 |string |用戶備注 | |action |必選 |string |結算詳情-info;提交訂單-submit | |address_id |可選 |int |地址id | |type |可選/必選 |string |下單類型;購物車下單(cart);其余不傳 | |order_source |可選/必選 |string |訂單來源(下單必選,默認小程序);1-小程序;2-h5;3-ios;4-安卓 | |use_integral | 可選 | int | 是否使用積分;0-不使用;1-使用 **返回示例** ``` { "code": 1, "msg": "", "data": { "order_type": 2, "goods_lists": [{ "goods_name": "順豐包郵 12期免息日本PILOT百樂Justus 95鋼筆14K金尖FJ-3MR可調書寫軟硬金筆成人書法練字商務辦公送禮盒裝", "id": 10, "team_id": 1, "goods_id": 10, "item_id": 10, "team_price": "50.00", "sales_sum": 0, "del": 0, "name": "順豐包郵 12期免息日本PILOT百樂Justus 95鋼筆14K金尖FJ-3MR可調書寫軟硬金筆成人書法練字商務辦公送禮盒裝", "code": "656251", "first_category_id": 1, "second_category_id": 8, "third_category_id": 15, "brand_id": 2, "supplier_id": 1, "status": 1, "image": "", "remark": "好看", "content": "", "sort": 0, "virtual_sales_sum": 685, "click_count": 0, "spec_type": 1, "max_price": "1680.00", "min_price": "1680.00", "market_price": "2400.00", "stock": 2369, "stock_warn": 0, "is_show_stock": 1, "free_shipping_type": 1, "free_shipping": "0.00", "free_shipping_template_id": 0, "is_commission": 1, "first_ratio": "", "second_ratio": "", "three_ratio": "", "is_share_bouns": 0, "region_ratio": null, "shareholder_ratio": null, "is_new": 1, "is_best": 1, "is_like": 1, "is_team": 0, "create_time": 1607586032, "update_time": 1607586216, "spec_value_ids": "10", "spec_value_str": "默認", "price": "1680.00", "cost_price": "768.00", "volume": 2, "weight": 2, "bar_code": "36555", "original_price": "1680.00", "goods_price": "50.00", "goods_num": "25" }], "coupon_id": "1", "total_num": "25", "total_goods_price": 1250, "total_amount": 1250, "order_amount": 1250, "address": { "id": 1, "contact": "測試先生", "telephone": "13104997825", "province_id": 110000, "city_id": 110100, "district_id": 110101, "address": "測試小區", "is_default": 0, "province": "北京", "city": "北京市", "district": "東城區" }, "discount_amount": 0, "integral_amount": 0, "shipping_price": 0, "remark": "", "pay_way": "1", "user_money": "0.00", "user_use_integral": 0, "user_integral": 270, "integral_limit": 1000, "integral_switch": 1, "integral_config": 0.01, "team": { "joins": [{ "avatar": "http:\/\/www.likeshopv2.localhost\/uploads\/user\/avatar\/03f1dece077e0dd9d4053fb6029912a0.jpeg", "nickname": "Jason", "is_found": 0 }], "notice": "您正在參與2人團" } }, "show": 0, "time": "0.366239" } ``` **返回參數說明** |參數名|類型|說明| |:----- |:-----|----- | |total_num |int |訂單總數量 |total_goods_price |float |訂單商品總價 |total_shipping_price |float |訂單快遞總價格 |total_amount |float |訂單總金額 |order_amount |float |訂單應付金額 |discount_amount |float |訂單優惠金額 |integral_amount |float |訂單積分優惠金額 |shipping_price|float |訂單總運費 |user_money | float | 用戶余額 |integral_switch | int | 積分開關;0-關閉;1-開啟 |integral_config | float | 1積分可以抵扣多少金額 |address |array |用戶地址 |----province |string |省份 |----city |string |城市 |----district |string |地區 |----address |string |詳細地址 |goods_lists |array |商品列表 |----item_id |int |商品規格id |----goods_id |int |商品id |----goods_name |string |商品名稱 |----spec_value_str |string |規格信息 |----image_str |string |商品圖片 |----goods_price | float | 商品價格 |----goods_num | int | 商品數量 |----shipping_price | int | 商品運費金額 **備注** - 這里是備注
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看