获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
wx.getShareInfo({ shareTicket: shareTicket, success: res => self.callapi("logShareInfoJoin", { sharekey, scene, shareInfo: wx.cloud.CloudID(res.cloudID) //云函数【logShareInfoJoin】中参数shareInfo 即是 wx.getShareInfo 返回的加密数据对应的明文 }) })
能不能说清楚一些,云调用直接获取开放数据?https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference/errcode.html 云调用直接获取开放数据?是系统内置有对应的函数直接获取数据,还是需要提前写好一个云函数对数据进行解密,只是在这个时候通过云函数进行调用,对新手不太友好!
2022-03-29