- 移动应用调用服务市场接口报 9301010-consumption failure错误,如何解决?
移动应用调用服务市场“微信OCR识别”,链接为:https://fuwu.weixin.qq.com/service/detail/000ce4cec24ca026d37900ed551415,报错,具体错误如下(已经有充值): 错误代码:9301010, 错误信息:consumption failure request id:[MLz2sQ9rZpuyG-95loiyM7r7-6s9bG9gJuX7NyIa9dmCb5iXtA9CFatMv_26PbB64UM] rid = 6821b127-498d8201-691ba2c0 rid: 6821b127-498d8201-691ba2c0,微信原始报文:{"errcode":9301010,"errmsg":"consumption failure request id:[MLz2sQ9rZpuyG-95loiyM7r7-6s9bG9gJuX7NyIa9dmCb5iXtA9CFatMv_26PbB64UM] rid = 6821b127-498d8201-691ba2c0 rid: 6821b127-498d8201-691ba2c0"}
05-12 - 调用服务市场接口返回9301002错误
调用服务市场接口返回9301002错误:请求参数如下: curl 'https://api.weixin.qq.com/wxa/servicemarket?access_token=91_xxxxxxxxxxxx' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8' \ -H 'Content-Type: application/json' \ -H 'Origin: https://api.weixin.qq.com' \ --data-raw {"data":"{\"img_url\":\"https://oss.temp.cn/tmp.jpg\",\"data_type\":3,\"ocr_type\":8}","client_msg_id":"qukfh3f6si6e34sl","service":"wx79ac3de8be320b71","api":"OcrAllInOne"} \ -H 'Content-Type: application/json' \ --compressed 接口返回: { errcode: 9301002, errmsg: "call api service failed request id:[MLzvV8uuHFTJd3H533QSx_b-BfWtk4TvrazE92Hn4TYJM7BHZRhd6CVIwV_yIX539-E] rid = 68103c26-4c3caee2-068db577 rid: 68103c26-4c3caee2-068db577", }
04-29