解决了吗
一直报错9301008,我appid也改完了?[图片] 麻烦解决一下
2023-08-09解决了吗
wx.serviceMarket.invokeService一直报错,如何解决?wx.chooseImage({ count: 1, success: async function(res) { try { const invokeRes = await wx.serviceMarket.invokeService({ service: 'wx4418e3e031e551be', api: 'OcrAllInOne', data: { img_url: new wx.serviceMarket.CDN({ type: 'filePath', filePath: res.tempFilePaths[0], }), data_type: 3, ocr_type: 1 }, }) console.log('invokeService success', invokeRes) wx.showModal({ title: 'success', content: JSON.stringify(invokeRes), }) } catch (err) { console.error('invokeService fail', err) wx.showModal({ title: 'fail', content: err, }) } }, fail: function(res) {}, complete: function(res) {}, }) 开发工具报: invokeService:fail 9301008 invalid api info (requestId: undefined) 真机报:invokeService:fail 107 . unknown scene undefined (callId: 0.07243664397814498_1632708599220) (trace: 10:9:59 start->10:9:59 unexpected scene)
2023-08-09我也遇到这种情况,最新的3.1.5版本,解决了吗
ocr插件真机调试无识别框和拍照按钮?3.1.3的ocr插件用预览使用的时候没有问题,但用真机调试拍摄时不显示识别框和拍照按钮 [图片]
2023-08-09问题解决了吗,我也遇到这个问题 在app.json添加了 [图片] 在页面json也写了 [图片]
微信开发者工具 插件引入报错[图片]
2023-08-09