接口名称:businessLicenseOCR
curl -F "img=@/xxx-20211230.jpg" "https://api.weixin.qq.com/cv/ocr/bizlicense?access_token=ACCESS_TOKEN"
# 调用返回
{"errcode":101003,"errmsg":"not enough market quota hint: [.yukma0069w857] rid: 63f2daa5-2c4c81a7-19f7e6cc"}
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/businessLicenseOCR.html
检查下是不是余额不足
查询限额返回显示可用。
{ "errcode": 0, "errmsg": "ok", "quota": { "daily_limit": 1000000, "used": 1, "remain": 999999 } }
接口次数额度不够了吧,接口返回信息很明显。