该公众号下所有分享的链接分享出去都是只有自己可见,后台也没看到违规记录,不知道问题出在哪里了
公众号链接分享到朋友圈,只有自己可见?链接:http://wx.yingtaoyun.cn/hsxxxwg/os/welcome.html#/show 时间:2022-05-16 16:59 微信号:liuhehjl
2022-05-16天天搞这个搞得恶心死了
别人打开链接,提示该二维码或链接安全性未知,可能存在虚假内容或不良信息?别人打开链接,提示该二维码或链接安全性未知,可能存在虚假内容或不良信息?[图片] 微信号:fangbao0662 访问时间:2022-2-9 11:00
2022-02-09就是说使用JSSDK,必须得有当前小程序绑定公众号的权限。跟投放广告一个原理。。。确实挺坑的
web-view使用JSSDK中chooseImag等接口?web-view使用JSSDK中chooseImag等接口配置wx.config时必须有公众号吗,因为要取得Token生成签名?
2019-08-19楼主解决了吗?这个真的搞得好蛋疼,有文档没权限,也不告诉咋获取
小程序广告数据监控marketing/user_action_sets/add//点击一个广告进入小程序时候把广告的相关信息再后台做一下记录 wx.request({ url: 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=appid&secret='+secret, success:function(res){ console.log(res); //{"access_token":"access_token”} //这里是正常获取到的 const access_token = res.data.access_token; wx.request({ url: 'https://api.weixin.qq.com/marketing/user_action_sets/add?version=v1.0&access_token=' + access_token, method:"POST", header: { 'content-type': 'application/json' // 默认值 }, data:{ "type": "WEB", "name": "wxadtest", "description": "test" }, success:function(res){ console.log(res); //返回码 //{"errcode":48001,"errmsg":"api unauthorized"} } }) } }) 哪位神可以解决一下这个48001?? 相关文档参考https://wximg.qq.com/wxp/pdftool/get.html?id=BkPmceLSG&pa=5&name=miniprogram_conv
2019-04-28