微信小游戏小程序不再支持分享回调
https://developers.weixin.qq.com/community/develop/doc/0000447a5b431807af57249a551408
下面文章可以不用看了,官方封了接口了
获取分享朋友圈反馈信息还是很麻烦的。
需要注意几点:
- 获取session是服务器通过code和appID,appSecret获取的
- 获取openGId是通过服务器通过appId,session,encryptedData和iv获取
尝试解密过程客户端没成功~~~~
获取openGId的json结果:
{
"openGId":"xxxxxxxxxxx"
}
参考:
登陆
https://developers.weixin.qq.com/minigame/dev/api/open-api/login/wx.login.html
分享
https://developers.weixin.qq.com/minigame/dev/api/share/wx.getShareInfo.html
解密
https://developers.weixin.qq.com/minigame/dev/tutorial/open-ability/signature.html
微信小程序 获取session_key和openid
https://blog.csdn.net/qq_31383345/article/details/54094021