小程式獲取使用者手機號

2022-10-08 22:54:29 字數 628 閱讀 6308

wx.login 成功**後拿到code,攜帶引數 code 傳送 post 請求到後台拿到openid和session_key

var that = this;

wx.login(,

success: function (res) })}

})返回成功示例 儲存返回的openid、session_key

二、

getphonenumber: function (e) ,

method: "post",

success: function (res)

})}},

1、可以列印出 自己是否允許授權 console.log(e.detail.errmsg == "getphonenumber:ok");

iv:加密演算法的初始向量(如果使用者沒有同意授權則為undefined)。

encrypteddata: 使用者資訊的加密資料(如果使用者沒有同意授權同樣返回undefined)

2、如果為 true 就開始 post 請求後台 攜帶上 encrypteddata 、iv 、sessionkey 、uid

3、列印出成功的**函式 success: function (res) 可以看到裡面有了~phonenumber 手機號了

微信小程式獲取使用者手機號

code input post.code encrypteddata urldecode input post.encrypteddata iv input post.iv 首先 我們拿code去curl獲取到使用者的資訊 openid,session key 最後 號入庫就結束了!整合了下demo...

微信小程式獲取使用者手機號

用的wxui,如何引入就不多說了,網上一搜一大堆 class my cells cells 手機號 forminputchange data field iphone value disabled class weui input placeholder 請選擇您的手機號碼 footer style...

微信小程式獲取使用者手機號

1.getphonenumber這個元件通過button來實現 別的標籤無效 將button中的open type getphonenumber 並且繫結bindgetphonenumber事件獲取 button open type getphonenumber bindgetphonenumber...