<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>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                **簡要描述:** - 結算訂單/提交訂單 **請求URL:** - `/shopapi/order/placeOrder` **請求方式:** - POST **參數:** |參數名 |必選 |類型 |說明 | |:--|:--|:--|:--| | cart_id | 是/否 | array | 購物車id(購物車下單時必選) | | goods | 是/否 | array | 商品信息(購物車下單/砍價下單時可不傳) | | order_type | 是 | int |訂單類型 0-普通訂單 1-拼團訂單 2-秒殺訂單 3-砍價訂單 | | ----goods_num | 是 | int | 商品數量 | | ----item_id | 是 | int | 規格id | | source | 是 | string | 立即購買-buy_now;購物車購買-cart | | action | 是 | string | 請求類型; settle-訂單結算詳情; buy-提交訂單 | | delivery_type | 是 | int | 配送方式;1-快遞發貨;2-上門自提 | | user_remark | 否 | string | 用戶備注| | coupon_list_id | 否 | int | 優惠券領取id | | address_id | 是/否 | int | 用戶地址id(快遞發貨時必選) | | selffetch_shop_id | 是/否 | string | 自提門店ID(門店自提時必選)| | contact | 是/否 | int | 取貨人(門店自提時必選) | | mobile | 是/否 | int | 聯系電話(門店自提時必選) | | initiate_id | 否 | int | 發起砍價id (砍價下單必填) | | buy_condition | 否 | int | 購買條件(random-任意金額購買 floor-底價購買)(砍價下單必填) | | seckill_id | 否 | int | 秒殺活動id(秒殺活動必填) | | team_id | 否 | int | 拼團活動id(拼團活動必填) | | found_id | 否 | int | 團號id(拼團活動選填) | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "terminal": 1, "delivery_type": 2, "cart_id": [], "order_type": 0, "coupon_list_id": 0, "total_num": 2, "total_goods_price": 2799, "total_amount": 2799, "order_amount": 2799, "discount_amount": 0, "express_price": 0, "user_money": "10399.00", "user_remark": "", "address": { "id": 1, "user_id": 10, "contact": "林進袁", "mobile": "17509999997", "province_id": 110000, "city_id": 110100, "district_id": 110101, "address": "2343243", "longitude": "0", "latitude": "0", "is_default": 1, "create_time": "2021-08-12 11:53:11", "update_time": "2021-08-12 15:51:40", "delete_time": null, "province": "北京", "city": "北京市", "district": "東城區" }, "goods": [ { "item_id": 67, "item_image": "", "spec_value_str": "8GB+256GB,冰峰黑提", "spec_value_ids": "53,55", "sell_price": "2399.00", "volume": "100.00", "stock": 992, "weight": "100.00", "goods_id": 24, "goods_name": "小米10青春版", "status": 1, "delete_time": null, "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "express_type": 1, "express_money": "0.00", "express_template_id": 0, "is_express": 1, "is_selffetch": 1, "id": 67, "sub_price": 2399, "goods_num": 1 }, { "item_id": 94, "item_image": "", "spec_value_str": "二合一(藍色)", "spec_value_ids": "50", "sell_price": "400.00", "volume": "10.00", "stock": 92, "weight": "10.00", "goods_id": 23, "goods_name": "哈比樹兒童滑滑梯室內汽車滑梯家用玩具寶寶小型秋千組合游樂園", "status": 1, "delete_time": null, "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "express_type": 2, "express_money": "20.00", "express_template_id": 0, "is_express": 1, "is_selffetch": 1, "id": 94, "sub_price": 400, "goods_num": 1 } ], "selffetch_shop_id": "2", "contact": "木子", "mobile": "17306643985" } } ``` **返回參數:** |參數名 |類型 |說明 | |:--|:--|:--| | terminal | int | 下單終端 | | delivery_type | int | 配送方式 | | cart_id | array | 購物車id | | order_type | int | 訂單類型 | | coupon_list_id | int | 用戶優惠券關聯id | | total_num | int | 訂單數量 | | total_goods_price | decimal | 訂單商品金額 | | total_amount | decimal | 訂單金額 | | order_amount | decimal | 應付金額 | | discount_amount | decimal | 優惠券優惠金額 | | express_price | decimal | 物流費 | | user_money | decimal | 用戶余額 | | user_remark | string | 用戶備注 | | address | array | 地址 | | goods | array | 商品 |
                  <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>

                              哎呀哎呀视频在线观看