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

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                ##直接購買、訂單確認 * RSA加密接口 ~~~[api] post:http://global.aumalls.com/apiorder/confirm *user_id#填寫用戶ID *token#用戶登錄標識 *goods_no#商品編號拼接字符串 num#直接購買數量 addr_id#收貨人地址id regiment#拼團id regiment_id#成團id ticket_id#優惠券ID <<< success { "code": 20000, "msg": "success", "data":"加密數據" } <<< error { "code": 40000, "msg": "錯誤提示", } ~~~ #### 說明: 1. 提交數據:和注冊登錄一致; 2. 參數說明 拼團參數 * regiment:對應商品詳情一頁返回字段regiment->info->id * regiment_id:對應商品詳情一頁返回字段regiment->list->id 3. 返回數據說明: {"amount":199,"final_sum":199,"proReduce":0,"count":3,"sum":199,"tariff":0,"reduce":0,"weight":1290,"freight":{"name":"快遞","description":"直接由第三方物流公司配送","if_delivery":0,"org_price":20,"price":0,"protect_price":0},"promotion":"滿¥88 免運費","address":{"id":"20","user_id":"9","accept_name":"張三","zip":"","telphone":"","country":null,"province":"120000","city":"120100","area":"120101","address":"永和","mobile":"15890050627","is_default":"1","card":"410204198409021111","province_val":"天津市","city_val":"市轄區","area_val":"和平區"},"list":[{"id":"1","true_name":"nulax海外旗艦店","head_ico":"upload/2017/08/23/20170823162003635.png","goods_list":[{"name":"NU-LAX樂康膏500g澳洲膳食纖維防便秘清毒排宿便","cost_price":"0.00","goods_id":"1","img":"upload/2017/06/29/20170629131325954.jpg","sell_price":"75.00","point":"0","weight":"545.00","store_nums":"449","exp":"0","goods_no":"9310214000064","product_id":"0","goods_tax":"1","goods_tax_desc":"","type":"2","is_self":"1","reduce":0,"count":2,"sum":150,"isSelect":1}],"ticket":[{"id":"21","name":"滿100減5元","money":"100.00","value":"5.00","is_choose":"0","is_can":1},{"id":"24","name":"滿50減3元","money":"50.00","value":"3.00","is_choose":"1","is_can":1},{"id":"12","name":"滿200減10元","money":"200.00","value":"10.00","is_choose":"0","is_can":0},{"id":"16","name":"滿300減30元","money":"300.00","value":"30.00","is_choose":"0","is_can":0}]},{"id":"2","true_name":"Soulful海外旗艦店","head_ico":"upload/2017/08/23/20170823161952259.png","goods_list":[{"name":"Soulful首富芒果干200g*烘焙原料水果干果脯","cost_price":"34.00","goods_id":"9","img":"upload/2017/06/29/20170629135503886.jpg","sell_price":"49.00","point":"0","weight":"200.00","store_nums":"94","exp":"0","goods_no":"9350593000026","product_id":"0","goods_tax":"1","goods_tax_desc":"","type":"2","is_self":"1","reduce":0,"count":1,"sum":49,"isSelect":1}],"ticket":[{"id":"25","name":"優惠券2","money":"40.00","value":"1.00","is_choose":"1","is_can":1},{"id":"15","name":"優惠券2","money":"100.00","value":"5.00","is_choose":"0","is_can":0}]}],"ticket":[{"id":"22","name":"滿100減5元","money":"100.00","value":"5.00","is_choose":"0","is_can":1},{"id":"23","name":"滿200減10元","money":"200.00","value":"10.00","is_choose":"1","is_can":0}]} * amount=》總計 * final_sum=》金額總計(不含運費,關稅費) * promotion=》優惠活動信息 * proReduce=》促銷活動優惠多少錢 * sum=》商品總金額 * tariff=》關稅費 * count=》商品總數 * reduce=》商品優惠多少 * weight=》商品總重量 * freight=》運費情況 &nbsp;&nbsp; &nbsp; &nbsp;if_delivery:1不支持快遞,0支持 &nbsp;&nbsp; &nbsp; &nbsp;price:郵費價格,免郵費時值為漢字“免郵費” * address=》收貨地址array * ticket=》平臺優惠券(格式同list下ticket一致) * list=》商品列表array 1. &nbsp;&nbsp; &nbsp; &nbsp;id:商鋪id(當id等于0時自營,無商鋪信息) 2. &nbsp;&nbsp; &nbsp; &nbsp;true_name:商鋪名稱 3. &nbsp;&nbsp; &nbsp; &nbsp;head_ico:商鋪頭像 4. &nbsp;&nbsp; &nbsp; &nbsp;goods_list: &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;goods_id:商品id, &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; name:商品名稱, &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;sell_price:商品價格, &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; img:商品圖片 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;type:1直郵,2保稅倉 &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;is_selft:1是,0否 5. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ticket:優惠券array &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; is_choose:選中1,否0、 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; is_can:能使用1,否0 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; value:優惠金額 "ticket":[{"id":"21","name":"滿100減5元","money":"100.00","value":"5.00","is_choose":"0","is_can":1},{"id":"24","name":"滿50減3元","money":"50.00","value":"3.00","is_choose":"1","is_can":1},{"id":"12","name":"滿200減10元","money":"200.00","value":"10.00","is_choose":"0","is_can":0},{"id":"16","name":"滿300減30元","money":"300.00","value":"30.00","is_choose":"0","is_can":0} 6. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;seller_sum:店鋪小計
                  <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>

                              哎呀哎呀视频在线观看