wx.serviceMarket.invokeService({
service: 'wx4418e3e031e551be', // '固定为服务商OCR的appid,非小程序appid',
api: 'OcrAllInOne',
data: {
img_url: "http://xxjgyy.com/Images/idcardz.jpg",
data_type: 3,
ocr_type: 1,
},
}).then(res => {
console.log('invokeService success', res)
wx.showModal({
title: 'cost',
content: (Date.now() - d) + '',
})
}).catch(err => {
console.error('invokeService fail', err)
wx.showModal({
title: 'fail',
content: err + '',
})
})
不知道是哪里写错了还是别的原因。
调试基础库为 2.10.4 基础库版本为:2.9.5
我这边苹果手机也报错,android是好的
你好,请补充下小程序的appid,问题发生时间点