web-interview
web-interview copied to clipboard
[微信小程序] 13、小程序关联微信公众号如何确定用户的唯一性?
答案:使用wx.getUserInfo方法withCredentials为 true 时 可获取encryptedData,里面有 union_id。后端需要进行对称解密