- 微信客服 (内测)设置回调地址一直提示不通过?
[图片] 已经提示 "已完成",api接口中显示回调地址不通过???,什么情况是我的BUG还是微信的BUG,请官方回复一下
2021-07-21 - 微信第三方平台上传代码,插件报错?
小程序代码中已经把直播插件去掉了,用ext.json控制,为什么上传给没有直播的小程序会报插件错误 array(12) { ["extEnable"]=> bool(true) ["extAppid"]=> string(18) "......." ["directCommit"]=> bool(false) ["ext"]=> array(4) { ["name"]=> string(6) "wechat" ["company_id"]=> int(3) ["on_live"]=> array(2) { [0]=> int(87) [1]=> int(78) } ["host_name"]=> string(16) "test.hehekeji.cn" } ["window"]=> array(5) { ["enablePullDownRefresh"]=> bool(false) ["navigationBarTextStyle"]=> string(5) "black" ["navigationBarTitleText"]=> string(0) "" ["navigationBarBackgroundColor"]=> string(7) "#FFFFFF" ["backgroundColor"]=> string(7) "#F6F6F6" } ["networkTimeout"]=> array(1) { ["request"]=> int(10000) } ["permission"]=> array(1) { ["scope.userLocation"]=> array(1) { ["desc"]=> string(45) "定位您的当前位置以获得门店信息" } } ["usingComponents"]=> array(0) { } ["sitemapLocation"]=> string(12) "sitemap.json" } [图片] 这是为什么
2021-07-05 - 微信第三方平台提交小程序审核速度很慢?
微信第三方平台提交的代码,审核速度很慢了,提交了20多个,两天才审核2个小程序,为什么这么慢,是不是用第三方平台提交的小程序审核都是这么慢??? [图片]
2021-06-30 - 微信小程序分享海报第一次进来获取不到option.query.custom_params自定义参数?
if (this.onLive() && [1007, 1008, 1014, 1044, 1045, 1046, 1047, 1048, 1049, 1073, 1154, 1155, 1177].includes(option.scene)) { // 分享卡片入口场景才调用getShareParams接口获取以下参数 // scene场景值:1007:单人聊天会话中的小程序消息卡片,1008:群聊会话中的小程序消息卡片,1044:带 shareTicket 的小程序消息卡片 console.log(option, 11111); livePlayer.getShareParams().then(res => { // console.log(option.query.custom_params,'前面'); console.log(res, '我是livePlayer里面'); let data = { open_id: res.share_openid }; // 房间号 console.log('get room id', res.room_id); // 用户openid console.log('get openid', res.openid); // 分享者openid,分享卡片进入场景才有 console.log('get share openid', res.share_openid); // 开发者在跳转进入直播间页面时,页面路径上携带的自定义参数,这里传回给开发者 console.log('get custom params', res.custom_params); this.requesUtil.gettjrid(data).then(res => { console.log(res.data,'请求服务器了'); if (res.data.error_code === 0) { uni.setStorageSync('tjr_id', res.data) } }) }) .catch(err => { console.log('get share params', err); }); // 这是打印自定义参数,第一次接收不了,第二次扫码能接收到 console.log(decodeURIComponent(option.query.custom_params), 'onShow后面打印'); if (option.query.custom_params) { uni.setStorageSync('tjr_id', JSON.parse(decodeURIComponent(option.query.custom_params)).pid); } }else{ console.log('livePlayer 失败进不来'); }
2021-06-07 - 微信小程序分享海报第一次进来获取不到option.query.custom_params自定义参数?
if (this.onLive() && [1007, 1008, 1014, 1044, 1045, 1046, 1047, 1048, 1049, 1073, 1154, 1155, 1177].includes(option.scene)) { // 分享卡片入口场景才调用getShareParams接口获取以下参数 // scene场景值:1007:单人聊天会话中的小程序消息卡片,1008:群聊会话中的小程序消息卡片,1044:带 shareTicket 的小程序消息卡片 console.log(option, 11111); livePlayer.getShareParams().then(res => { // console.log(option.query.custom_params,'前面'); console.log(res, '我是livePlayer里面'); let data = { open_id: res.share_openid }; // 房间号 console.log('get room id', res.room_id); // 用户openid console.log('get openid', res.openid); // 分享者openid,分享卡片进入场景才有 console.log('get share openid', res.share_openid); // 开发者在跳转进入直播间页面时,页面路径上携带的自定义参数,这里传回给开发者 console.log('get custom params', res.custom_params); this.requesUtil.gettjrid(data).then(res => { console.log(res.data,'请求服务器了'); if (res.data.error_code === 0) { uni.setStorageSync('tjr_id', res.data) } }) }) .catch(err => { console.log('get share params', err); }); // 这是打印自定义参数,第一次接收不了,第二次扫码能接收到 console.log(decodeURIComponent(option.query.custom_params), 'onShow后面打印'); if (option.query.custom_params) { uni.setStorageSync('tjr_id', JSON.parse(decodeURIComponent(option.query.custom_params)).pid); } }else{ console.log('livePlayer 失败进不来'); }
2021-06-07 - 自定义交易组件审核问题?
[图片] [图片] 明明就有客服啊,为什么不给我审核通过没什么情况?????
2021-05-07 - 第三方平台发送订阅消息问题?
array(2) { ["errcode"]=> int(43101) ["errmsg"]=> string(61) "user refuse to accept the msg rid: 6083e5cc-50cbdcb3-53499677" //使用接口发送订阅消息时提示user refuse to accept the msg,为什么 } //调用发送订阅消息接口 https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=ACCESS_TOKEN
2021-04-24 - 第三方平台上传小程序代码报错:提示没权限?
array(2) { ["errcode"]=> int(48001) ["errmsg"]=> string(48) "api unauthorized rid: 607f8d71-42344738-5d4b2cbf" } 什么情况,小程序是原本就有的,也有设置头像,名字等信息,最近要接入这个第三方平台,上传代码就报错了。。。。
2021-04-21 - 微信第三方开放平台获取相应权限问题?
["func_info"]=> array(8) { [0]=> array(1) { ["funcscope_category"]=> array(1) { ["id"]=> int(17) } } [1]=> array(2) { ["funcscope_category"]=> array(1) { ["id"]=> int(18) } ["confirm_info"]=> //confirm_info 这里面的参数代表什么意思???????,文档也没有写。。。。请官方回答一下 array(3) { ["need_confirm"]=> int(0) ["already_confirm"]=> int(0) ["can_confirm"]=> int(0) } }
2021-04-20 - 公众号 测试号 不能群发消息吗?
测试号群发消息既然说没权限,不给测试,麻烦告诉我要怎么测试,难道在正式号测试吗,真是服了腾讯这些人才 {"errcode":48008,"errmsg":"no permission for this msgtype rid: 60779dbe-1867a22d-7f40d2c5"} [图片] 真的是一群智障......
2021-04-15