小游戏支持返回unionid了,但code2accessToken并未返回
文档中悄悄更新了小游戏支持unionid
于是试了下,通过 wx.login 获取code 然后通过 code2accessToken 获取信息时并没有返回unionid,还是只有openid和session_key
且文档刊误 unionid 拼写错误
通过userInfo中的encryptedData解密是可以拿到unionid的
文档中悄悄更新了小游戏支持unionid
于是试了下,通过 wx.login 获取code 然后通过 code2accessToken 获取信息时并没有返回unionid,还是只有openid和session_key
且文档刊误 unionid 拼写错误
通过userInfo中的encryptedData解密是可以拿到unionid的