获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
后端如果有用Binary Wang的工具包的话,需要注意 #我当前使用weixin-java-miniapp工具包版本为3.9.0 # 用code换SessionKey WxMaJscode2SessionResult jsCode2SessionDTO = wxMaService.jsCode2SessionInfo(code); # 解析获取用户信息 WxMaUserInfo maUserInfoDTO = wxMaService.getUserService().getUserInfo(jsCode2SessionDTO.getSessionKey(), encryptedData, iv); WxMaUserInfo对象中不存在openId了,要用WxMaJscode2SessionResult中的openid和unionId
wx.getUserProfile不能和wx.login一起使用?mac 模拟器1.05.2102010 基础库2.16.0 调用wx.login获取code后,再调用wx.getUserProfile,可能会失败,触发fail函数,error msg: ''getUserProfile:fail can only be invoked by user TAP gesture"。 如果不能同时使用,那如何校验用户信息的准确性或者解密encryptedData呢?
2021-05-28