获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序扫码接口wx.scanCode 相册无法识别pdf417
调用wx.scanCode接口如下: wx.scanCode({ scanType: ['barCode', 'qrCode', 'datamatrix', 'pdf417'], success: (res) => { console.log(res) }) 直接用相机可以识别pdf417,但是用相册传入照片就没法识别照片里的pdf417码。请问这是预期的行为嘛?
2018-11-14 - 小程序审核问题
您好, 请问这个小程序什么时候能审核完成呢?麻烦能加急一下嘛?等着上线呢 谢谢
2018-11-14 - 云函数更新数据库出错
云函数 call 数据库 command.set 出错: 同样的代码,0.0.19版本可以运行,0.0.24版本就出错: [{'$set' is empty. You must specify a field like so: {$set: {<field>: ...}}}] 在小程序端是可以运行的。
2018-11-11 - 云开发需要过滤敏感词
云开发需要过滤敏感词, 请问各位有什么好的解决方案么?
2018-11-09