问题描述:调用orc接口 真机异常,android真机报超时错误,苹果报异常,注:开发者工具是没问题的
1、文件大小在300多k或以上,如果文件在100k之内,苹果手机和android都没问题
2、是通过base64识别(img_data),而不是图片地址识别(img_url)
3、100%复现
4、代码片段:https://developers.weixin.qq.com/s/bMmt8Emk7PsF
小程序ID wx3323b1968f7b6f82
订单号:1987497869024509952
wx.serviceMarket.invokeService({
service: 'wx79ac3de8be320b71', // '固定为服务商OCR的appid,非小程序appid',
api: 'OcrAllInOne',
data: {
img_data: imgbase64,
data_type: 2,
ocr_type: 1,
idcard: ''
},
}).then(res => {
console.log('invokeService success', res)
}).catch(err => {
console.error('invokeService fail', err)
})
android异常
苹果手机问题