请教下H5+jquery能不能使用人脸对比接口
Ta的回复 :$.ajax({ url:"https://aip.baidubce.com/rest/2.0/face/v1/merge?access_token=24.a94e2237a701243f24587ad5bbb5bf1d.2592000.1598839632.282335-21720356", type:"post", headers:{ Accept: "application/json"}, data:'[ { "image":"'+image1+'","image_type": "BASE64","face_type": "LIVE","quality_control": "LOW","liveness_control": "NONE"},{ "image":"'+image2+'","image_type": "BASE64", "face_type": "LIVE","quality_control": "LOW", "liveness_control": "NONE"}]', success:function(data){ alert(JSON.stringify(data)) }, error:function(){} });