身份证识别上传base64图片 报216101
昆明街乐园 发布于2020-03 浏览:5170 回复:2
0
收藏

vue项目调用:
axios
.post(
"/rest/2.0/ocr/v1/idcard?access_token=" + this.token,
{
image: base64Images+'',
id_card_side: "front"
},
{
headers: {
"Content-Type": "application/x-www-form-urlencoded"
}
}
)
.then(res => {
console.log(res);
})
.catch(function(error) {
console.log("请求失败");
});

收藏
点赞
0
个赞
共2条回复 最后由用户已被禁言回复于2022-04
#3深圳九曲范深回复于2020-03
#2 昆明街乐园回复
@官方

加我q498250371 ,百度云华南服务中心

0
#2昆明街乐园回复于2020-03

@官方

0
TOP
切换版块