- 微信“已停止访问该网页 网页包含色情内容,为维护绿色上网环境,已停止访问”。如何处理呢?
我们微信的H5页面,https://pos.yingzhongpay.com/pages/position/index?store_id=10001,域名下的网址显示:“已停止访问该网页。网页包含色情内容,为维护绿色上网环境,已停止访问。”昨天发现后,已经在微信进行申诉。我们根据《微信外部链接内容管理规范》及客服指引和腾讯安全-进行自查核实,未发现拦截网址和违规网址。目前已进行申诉。麻烦举证告知具体是哪里的地方出了问题,我们好针对性的整改!请尽快回复,谢谢!链接:https://pos.yingzhongpay.com/pages/position/index?store_id=10001
03-24 - wx.onBluetoothDeviceFound在Android手机上搜索不到AirPods耳机?
wx.onBluetoothDeviceFound Android 手机开启蓝牙,搜索蓝牙设备,搜索3次,每次3秒,无法搜索到AirPods耳机,IOS系统则可以搜索到
2020-06-04 - wx.onBluetoothDeviceFound在Android手机上搜索不到AirPods耳机?
有没有同学遇到过?
2020-06-04 - 录音文件的大小为何和上传到服务器的文件大小不一致?
tempFilePath string 录音文件的临时路径 (本地路径) [图片]
2020-05-29 - 录音文件的临时路径 (本地路径),可以播放,点击下载无反应
tempFilePath string 录音文件的临时路径 (本地路径)
2020-05-29 - onFrameRecorded的回调中,接收到的 ArrayBuffer 并不是固定大小
format: 'mp3', frameSize: 1, 在onFrameRecorded的回调中,接收到的 ArrayBuffer 并不是固定大小
2020-05-28 - 分包后,手机发热,真机调试setData持续警告,Template not fu
- 当前 Bug 的表现(可附上截图) [图片] 之前没有出现过此警告,最近做了分包,分析可能是在分包后出现的,只要是setData就会出现此警告。开发者工具不会出现,只有在真机调试时才会出现,手机发热严重,怀疑是此问题引起的,有没有大神遇到此问题,烦请管理帮忙分析一下。
2019-07-10 - OPPO R9S 无法搜索到蓝牙设备
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo wx.openBluetoothAdapter({ success(res) { console.log(res) wx.showLoading({ title: '正在搜索设备...', mask: true }); wx.startBluetoothDevicesDiscovery({ interval: '0', success: function (res) { console.log('找到设备', res) wx.getBluetoothDevices({ success: function (res) { console.log('getBluetoothDevices', res); }, fail: function (res) { console.log('getBluetoothDevices 失败', res) } }) }, fail: function (res) { console.log('未找到设备', res) } }) } })
2019-02-14