- 安卓蓝牙连接设备问题,返回错误码10003,10008,10012
- 当前 Bug 的表现(可附上截图) [图片] [图片] - 开启蓝牙,定位等权限,搜索到设备后,点击开始连接设备, 1.第一次连接5S内返回结果10003或10008(大概率出现), 2.进行重连,很久才返回连接结果(重连大部分情况还是10003或者10012,偶尔会成功) 3.断开连接 由于属于蓝牙开门交互,从点击到返回开门结果耗时很久,用户体验感差。 ios相对正常 搜索了社区内很多相关问题,官方建议如下: 1.成对调用creat和close(是成对调用) 2.增加延时(在每次建立连接都延时了500ms,且每个api调用都加了500ms延时) 3.建立连接时延长超时时间,官方默认为20s,就算我设置到30s也还是会出现上面所说情况,且会给用户超时的感觉 由于要与设备交互,无法提供可复现片段,如果需要上传日志,请官方回复我,谢谢! 体验版appid wx676081835d81e1b2
2019-04-18 - 安卓手机wx.scanCode不能识别小程序码,iOS中可以
安卓手机wx.scanCode不能识别小程序码,iOS中可以
2019-03-01 - 生成的微信小程序二维码scene参数和我传的参数不一致
使用B接口:https://api.weixin.qq.com/wxa/getwxacodeunlimit 生成小程序二维码,传入参数是:"{"page":"pages/class/class","scene":412213075488489472}" 但生成的二维码,小程序获取到的scene不是412213075488489472。 奇怪的是:小程序获取到测参数是:http请求日志中的"Content-disposition: attachment; filename="_412213075488489536"[\r][\n]" 难道是微信的坑? 以下是调用微信接口的http请求日志: http-outgoing-24 >> "POST /wxa/getwxacodeunlimit?access_token=token HTTP/1.1[\r][\n]" - http-outgoing-24 >> "Content-Length: 55[\r][\n]" - http-outgoing-24 >> "Content-Type: application/json[\r][\n]" - http-outgoing-24 >> "Content-Encoding: utf-8[\r][\n]" - http-outgoing-24 >> "Host: api.weixin.qq.com[\r][\n]" - http-outgoing-24 >> "Connection: Keep-Alive[\r][\n]" - http-outgoing-24 >> "User-Agent: Apache-HttpClient/4.5.5 (Java/1.8.0_151)[\r][\n]" - http-outgoing-24 >> "Accept-Encoding: gzip,deflate[\r][\n]" - http-outgoing-24 >> "[\r][\n]" - http-outgoing-24 >> "{"page":"pages/class/class","scene":412213075488489472}" - http-outgoing-24 << "HTTP/1.1 200 OK[\r][\n]" - http-outgoing-24 << "Connection: keep-alive[\r][\n]" - http-outgoing-24 << "Cache-Control: no-cache, must-revalidate[\r][\n]" - http-outgoing-24 << "Content-Type: image/jpeg[\r][\n]" - http-outgoing-24 << "Content-disposition: attachment; filename="_412213075488489536"[\r][\n]" - http-outgoing-24 << "Content-Length: 99842[\r][\n]" - http-outgoing-24 << "[\r][\n]"
2018-08-30