获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
AppID(小程序ID) wx7e17516d49cb4480,去哪里看是不是有权限呢?
调用getuserphonenumber报48001调用接口 https://api.weixin.qq.com/wxa/business/getuserphonenumber,返回"errcode":48001,"errmsg":"api unauthorized rid: 6483eb7c-1fbe163d-73fb785a",是我们小程序的账号没权限吗? 我们账号已经企业认证,access_token 来自于这个接口 https://api.weixin.qq.com/cgi-bin/token。
2023-06-10自定义分享,修改了标题和图片链接,但还是以前的标题、图片,没有更新,是什么原因呢?
onMenuShareTimeline自定义分享内容无效- 当前 Bug 的表现(可附上截图) 通过onMenuShareTimeline设置了自定义的分享title与imgUrl,在微信开发者工具上也一切正常。但是在实际的微信里面,分享得还是默认的title与imgUrl - 预期表现 应该显示自定义的title与imgUrl - 代码片段 忽略初始化的代码 window.wx.onMenuShareTimeline({ title: 'abcdefghijklmm', link: 'https://example.com', imgUrl: 'https://cdn.llscdn.com/thumbnail.jpg' })
2020-04-07