为什么云函数调用ocr.idcard一直返回报错?
发布于 7 年前 作者 pingqiao 4803 次浏览 来自 官方Issues

    url : http://tmp/wx8323d3c0cb12e113.o6zAJs5AgOgJC7-39jrX2Ap4YCyE.sBQIug6S1HlAd559b407b088f5164b7fb2f735d4b5e1.jpg

    以下是按照官方文档的调用示例写的,但是结果一直返回失败,求助原因

    if (action == "idcard"){

    try {

    const result = await cloud.openapi.ocr.idcard({

    type: 'photo',

    imgUrl: encodeURI(event.url)

    })

    console.log(result)

    return result

    } catch (err) {

    console.log(err)

    return err

    }

    }


    错误信息

    result{errCode101000errMsg"openapi.ocr.idcard:fail invalid image url hint: [zi_8cA04192347]"}


2 回复

无效的图片url,没问题吗。

问题已解决,需要https的地址

回到顶部