getUserProfile api中的iv encryptedData 后台解析不出来appid?
wx.getUserProfile api中的iv encryptedData 后台解析不出来appid吗?后端说解析不出
2 回复
appid 是应用id ,在微信公众后台取,每个应用固定的 。他说是的openid吧。openid通过(appid+appsecret+code) 获取
这是登陆的时序图,可以看一下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html
注⚠️:官方只是改了getUserInfo api替换为getuserProfile,这是前端API,通过wx. 调用