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

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                ## 獲取用戶地址列表 接口地址 /index.php?ctl=Buyer_User&met=address&typ=json 入參 k : 登錄憑證 u :用戶id 請求方式:GET 根據入參查詢該用戶的收貨地址列表 ## 刪除用戶地址 接口地址 /index.php?ctl=Buyer_User&met=delAddress&typ=json 入參 k : 登錄憑證 u :用戶id id:地址id 請求方式:GET 根據入參刪除id傳入的地址 ## 增加用戶地址 接口地址 /index.php?ctl=Buyer_User&met=addAddressInfo&typ=json 入參 k : 登錄憑證 u :用戶id user_address_contact:真實名 user_address_phone:電話號碼 province_id:省id city_id:市id area_id:區id user_address_address:詳細地址 user_address_default:是否默認 請求方式:POST 根據入參添加的地址 ## 查詢地址列表 接口地址 /index.php?ctl=Base_District&met=district&typ=json, 入參 pid : 父類id 請求方式:GET 根據入參根據pid(父級)查詢地址列表 根據入參根據id修改地址 ## 編輯地址 接口地址 /index.php?ctl=Buyer_User&met=editAddressInfo&typ=json, 入參 k : 登錄憑證 u :用戶id id:地址id user_address_contact:真實名 user_address_phone:電話號碼 province_id:省id city_id:市id area_id:區id user_address_address:詳細地址 user_address_default:是否默認 請求方式:POST 根據入參根據id修改地址 ## 獲取openid和session_key 接口地址 /index.php?ctl=Connect_Wxapp&met=getopenid 入參 appid : 小程序appid secret : 小程序秘鑰 code : wx.login()的返回值 請求方式:GET 根據入參獲取openid和session_key ## 獲取unionid 接口地址 /index.php?ctl=Connect_Wxapp&met=getUnionid, 入參 appid : 小程序appid session_key : session_key encryptedData : 加密數據 iv : 請求方式:GET 根據入參 獲取Unionid ## 測用戶是否授權綁定賬號 接口地址 /index.php?ctl=Connect_Wxapp&met=wx_app&typ=json, 入參 openid : openid token : token userInfo : 微信用戶信息 請求方式:GET 根據入參測用戶是否授權綁定賬號 ## 砍價詳情 接口地址 /index.php?ctl=Bargain_UnBargain&met=getBargainInfoByBuyId&typ=json 入參 buy_id : 砍價商品第一刀 user_id : 用戶id 請求方式:POST 根據入參獲取砍價詳情 ## 幫砍 接口地址 /index.php?ctl=Bargain_Bargain&met=HelpBargain&typ=json 入參 buy_id : 砍價商品第一刀 k : 登錄憑證 u :用戶id 請求方式:POST 根據入參幫砍 ## 砍價活動列表 接口地址 /index.php?ctl=Bargain_UnBargain&met=getWapBargainList&typ=json 入參 user_id : 用戶id is_list: 顯示類型 請求方式:POST 根據入參獲取砍價活動列表 ## 訂單詳情頁信息 接口地址 /index.php?ctl=Buyer_Cart&met=confirm&typ=json 入參 k : 登錄憑證 u :用戶id product_id :商品id address_id :收貨地址id type_wxapp :'wxapp'(定值) ifcart :1 請求方式:POST 根據入參獲取訂單詳情頁信息 ## 增加訂單數據 接口地址 /index.php?ctl=Buyer_Order&met=addOrder&typ=json&from=wap 入參 k : 登錄憑證 u :用戶id address_id:地址id receiver_name: 姓名, receiver_address: 地址 receiver_phone:電話 cart_id: 購物車id, shop_id: 店鋪id, pay_way_id: 支付方式, remark: 用戶備注, wxapp: 'wxapp', is_discount: 是否折扣, voucher_id: 代金券id, redpacket_id: 紅包id 請求方式:POST 根據入參增加訂單信息到數據庫 ## 增加訂單數據 接口地址 /index.php?ctl=Pay&met=createWXOrder&typ=json 入參 k : 登錄憑證 u :用戶id uorder_id:訂單id openid: openid, trade_type: ‘WXAPP’ 請求方式:POST 根據入參增加訂單信息到數據庫 ## 獲取購物車數據 接口地址 /index.php?ctl=Buyer_Cart&met=cart&typ=json 入參 k : 登錄憑證 u :用戶id 請求方式:POST 根據入參獲取購物車數據 ## 提現 接口地址 /index.php?ctl=Info&met=addWithdrawWx&typ=json 入參 k : 登錄憑證 u :用戶id withdraw_money: 提現金額, paypasswd: 賬戶密碼, con: ‘備注’, 請求方式:POST 提交申請后需要平臺審核 ## 門店訂單數據 接口地址 /index.php?ctl=Buyer_Order&met=chain&typ=json 入參 k : 登錄憑證 u :用戶id status: 訂單狀態, 請求方式:POST 根據入參獲取門店訂單數據 ## 門店訂單數據 接口地址 /index.php?ctl=Buyer_Order&met=chain&typ=json 入參 k : 登錄憑證 u :用戶id status: 訂單狀態, 請求方式:POST 根據入參獲取門店訂單數據 ## 發送手機驗證碼 接口地址 /index.php?ctl=Buyer_User&met=getMobileYzm&typ=json 入參 k : 登錄憑證 u :用戶id mobile: 手機號碼, 請求方式:POST 根據入參獲手機驗證碼 ## 分銷傭金 接口地址 /index.php?ctl=Distribution_Buyer_Directseller&met=directsellerCommission&typ=json 入參 k : 登錄憑證 u :用戶id 請求方式:POST 根據入參獲分銷傭金 ## 分銷商品 接口地址 /index.php?ctl=Distribution_Buyer_Goods&met=index&typ=json 入參 k : 登錄憑證 u :用戶id 請求方式:POST 根據入參獲分銷商品 ## 折扣商品列表 接口地址 /index.php?ctl=Goods_Goods&met=getDiscountGoodsList&typ=json 入參 page: 頁碼 uptime:按時間排序 price:按價格排序 請求方式:POST 根據入參獲折扣商品列表 ## 收藏商品列表 接口地址 /index.php?ctl=Buyer_Favorites&met=favoritesGoods&typ=json 入參 k : 登錄憑證 u :用戶id firstRow: 頁碼 請求方式:POST 根據入參獲收藏商品列表 ## 收藏店鋪列表 接口地址 /index.php?ctl=Buyer_Favorites&met=favoritesShop&typ=json 入參 k : 登錄憑證 u :用戶id 請求方式:POST 根據入參獲收藏店鋪列表 ## 讀取賬戶余額明細 接口地址 /index.php?ctl=Info&met=wxrecordlist&typ=json&ua=wap 入參 k : 登錄憑證 u :用戶id 請求方式:POST 根據入參獲賬戶余額明細 ## 首頁數據信息 接口地址 /index.php?ctl=Index&met=wxapp_index&typ=json&ua=wap 入參 type_wxapp : ‘wxapp’ 請求方式:GET 根據入參獲首頁數據信息 ## 積分詳情 接口地址 /index.php?ctl=Buyer_Points&met=points&typ=json&ua=wap 入參 k : 登錄憑證 u :用戶id page: 頁碼 type_wxapp : ‘wxapp’ 請求方式:GET 根據入參獲積分詳情 ## 充值 接口地址 /index.php?ctl=Info&met=addDeposit&typ=json 入參 k : 登錄憑證 u :用戶id deposit_amount: 充值金額 請求方式:GET ## 登錄 接口地址 /index.php?ctl=Login&met=bindLogin&typ=json 入參 user_account: 賬戶 user_password: 密碼 token:unionId的值 type :3 請求方式:GET ## 會員紅包 接口地址 /index.php?ctl=Buyer_RedPacket&met=redPacket&typ=json 入參 k : 登錄憑證 u :用戶id state: 紅包狀態 請求方式:GET 根據入參獲 會員紅包列表 ## 會員代金券 接口地址 /index.php?ctl=Buyer_Voucher&met=voucher&typ=json 入參 k : 登錄憑證 u :用戶id state: 代金券狀態 請求方式:GET 根據入參獲 會員代金券列表 ## 訂單詳情 接口地址 /index.php?ctl=Buyer_Order&met=physical&act=details&typ=json 入參 k : 登錄憑證 u :用戶id order_id: 訂單id 請求方式:GET 根據入參獲 訂單詳情 ## 訂單列表 接口地址 /index.php?ctl=Buyer_Order&met=physical&typ=json 入參 k : 登錄憑證 u :用戶id status: 訂單狀態 請求方式:GET 根據入參獲 訂單列表 ## 商品詳情 接口地址 /index.php?ctl=Goods_Goods&met=getCommonDetail&typ=json 入參 goods_id: 商品id 請求方式:GET 根據入參獲 訂單列表 ## 評價 接口地址 /index.php?ctl=Goods_Goods&met=getGoodsEvaluationList&typ=json, 入參 goods_id: 商品id 請求方式:GET 根據入參獲 評價 ## 商品分類列表 接口地址 /index.php?ctl=Goods_Cat&met=tree&typ=json&cat_parent_id=0 入參 空 請求方式:GET 根據入參獲商品分類列表 ## 商品詳情 接口地址 /index.php?ctl=Goods_Goods&met=getCommonDetail&typ=json 入參 goods_id: 商品id 請求方式:GET 根據入參獲 訂單列表 ## 店鋪詳情 接口地址 /index.php?ctl=Shop&met=getStoreInfo&typ=json 入參 k : 登錄憑證 u :用戶id shop_id: 店鋪主鍵 請求方式:GET 根據入參獲 店鋪詳情信息 ## 退出登錄 接口地址 /index.php?ctl=Login&met=del&typ=json 入參 bind_id: 微信綁定id 請求方式:GET 根據入參退出登錄 ## 退出登錄 接口地址 /index.php?ctl=Login&met=del&typ=json 入參 bind_id: 微信綁定id 請求方式:GET 根據入參退出登錄
                  <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>

                              哎呀哎呀视频在线观看