收藏
回答

云调用ocr识别营业执照报错?

const cloud = require('wx-server-sdk')
cloud.init()
exports.main = async (event, context) => {
  const { imgUrl } = event
  return await cloud.openapi.ocr.businessLicense({
    imgUrl
  })
}


{
  "errCode": -404011,
  "errMsg": "Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID local_debug_dc343b1d-e51c-49ca-8ebc-dcf186096932, cloud function service error code -1, error message errCode: -604102 call open API timeout | errMsg: system error: error code: -604102; at cloud.callFunction api; "
}

之前都正常,现在调用接口报-604102的错,什么都没改
最后一次编辑于  2020-12-02
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签