微信小游戲小程序不再支持分享回調(diào)
https://developers.weixin.qq.com/community/develop/doc/0000447a5b431807af57249a551408
下面文章可以不用看了,官方封了接口了
獲取分享朋友圈反饋信息還是很麻煩的。

需要注意幾點(diǎn):
- 獲取session是服務(wù)器通過code和appID,appSecret獲取的
- 獲取openGId是通過服務(wù)器通過appId,session,encryptedData和iv獲取
嘗試解密過程客戶端沒成功~~~~
獲取openGId的json結(jié)果:
{
"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