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
个赞
请登录后评论
TOP
切换版块
加我q498250371 ,百度云华南服务中心
@官方