什么版本微信,系统版本多少,
微软输入法中文输入在微信中打不出字,只显示第一个拼音字母的候选栏就卡死微信放在后台一段时间后切回,用微软自带中文输入法打字卡死,只能显示出第一个拼音字母的候选栏,切换回英文可以正常输入,其他程序也均正常。
2023-02-09你好,43004需要接收者关注。 请核实下调用的接收者openid是否正确,是否仍关注调用的公众号。
微信推送不成功,用户是有关注,报43004错误码?appid: wx7ff2416d9eb4aab4 错误信息: {"errcode":43004,"errmsg":"require subscribe rid: 63e354ac-6d32b913-0e353c1a"}
2023-02-09参考https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/channels-live.html
如何在微信上发直播?最近看到订阅号号有直播,视频号上有直播,这些直播是怎么做出来的如何在微信上发直播?最近看到订阅号号有直播,视频号上有直播,这些直播是怎么做出来的
2023-02-09请根据链接提供一下信息https://wj.qq.com/s2/7626033/9df1/
智能对话接口,为什么现在不返回slot_info数据了?之前是好用的。智能对话接口 https://developers.weixin.qq.com/doc/aispeech/confapi/INTERFACEDOCUMENT.html 接口地址:https://openai.weixin.qq.com/openapi/aibot/{TOKEN} 目前命中了回答,也命中了语义槽里的词典,但是slot_info和slots_info字段都没返回数据。 [图片] [图片]
2023-02-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
XR-FRAM调用captureToFriends 截屏图片纯白色?[图片] 截屏后图片没有内容
2023-02-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
小程序真机调试,wx.onLocationChange监听位置不准确,请问有什么解决方法?在真机调试时,手机放着不动,经纬度也一直在变化,甚至前后偏移距离达到30~40米 getAuth(){ const that = this; wx.getSetting({ success(res) { console.log("get auth success: ", res); // 如果没有拿到scope.userLocationBackground授权,提示 if (!res.authSetting['scope.userLocationBackground']) { wx.authorize({ scope: 'scope.userLocationBackground', success() { // 用户已经同意,调用wx.startLocationUpdateBackground wx.startLocationUpdateBackground({ success(res) { // 成功开启后台定位, 调用实时位置变更 that.openLocaionListener() }, fail(err) { console.log("error001", err); that.getLocationWithoutListener(); } }) }, fail(err) { console.log("error002", err); that.getLocationWithoutListener(); }, }) } else { // 已经拿到scope.userLocationBackground授权调用 wx.startLocationUpdateBackground({ success(res) { // 成功开启后台定位, that.openLocaionListener() }, fail(err) { console.log("startLocationUpdateBackground fail", err); } }) } } }) }, openLocaionListener: function(){ console.log("openLocaionListener"); wx.onLocationChange(this._locationChangeFn) // 开始监听位置变化 },
2023-02-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
ios live-player的bindstatechange不触发?今天发现live-player的bindstatechange大部分时间不触发,live-player黑屏,偶尔会正常,确认流没有问题,也无相关报错信息,相关权限已经申请并打开,之前一直正常, appId: wxb45c434169699ee0
2023-02-0913017是系统抛回来的错误,可能是卡没贴紧,指令不对等情况,也可以检查下是否是系统的NFC的固件版本导致
小程序NFC写入指令报13017错误?const app = getApp() Page({ data: { wxnfc: null }, onLoad() { }, onTaoNFC() { const wxnfc= wx.getNFCAdapter() wxnfc.startDiscovery({ success(data) { console.log(JSON.stringify(data), 111) }, fail(data) { console.log(JSON.stringify(data), 222) } }) const NFCA = wxnfc.getNfcA(); wxnfc.onDiscovered((rs) => { const { techs } = rs; const NFC = techs[0]; console.log('找到了', NFC) NFCA.connect({ success(res) { console.log('连接成功', NFC) const buffer = new Int8Array([0x10, 0x01, 0x52]).buffer; NFCA.transceive({ data: buffer, success(data) { console.log(JSON.stringify(data), 222); NFCA.transceive({ data: buffer, success(data) { console.log(JSON.stringify(data), 222); NFCA.close(); }, fail({ errMsg, errCode }) { console.log(errMsg, NFC, errCode); NFCA.close(); } }); // NFCA.close(); NFCA.getSak({ data: buffer, success(data) { console.log(JSON.stringify(data), 222); NFCA.close(); }, fail({ errMsg, errCode }) { console.log(errMsg, NFC, errCode); NFCA.close(); } }); NFCA.getAtqa({ data: buffer, success(data) { console.log(JSON.stringify(data), 222); NFCA.close(); }, fail({ errMsg, errCode }) { console.log(errMsg, NFC, errCode); NFCA.close(); } }); }, fail({ errMsg, errCode }) { console.log(errMsg, NFC, errCode); NFCA.close(); } }); }, fail(data) { console.log(JSON.stringify(data), 111) } }); }); } }) 下发的指令是对的还是失败
2023-02-09参考:https://developers.weixin.qq.com/community/develop/doc/000cacb0504d40330eccb0d8356000?_at=1675853340824
小程序中,如何跳转到城市服务中的医保电子凭证页面?[图片][图片]小程序页面点击医保电子凭证后,跳转到城市服务中的医保电子凭证页面,这个功能需要怎样做才能实现呢?
2023-02-08windows什么版本
Windows更新完后,电脑微信显示网络连接已断开?Windows更新完后,电脑微信显示网络连接已断开,登录不上[图片]
2023-02-08