This commit is contained in:
邓晓坤
2019-10-22 10:15:07 +08:00
parent 1dd8fab904
commit ef8ad69acb
4 changed files with 176 additions and 40 deletions

View File

@@ -70,6 +70,14 @@ export function uploadImg(data) {
data
})
}
// 人脸识别
export function recognition(data) {
return request({
url: getUrl('/customer/recognition', 1),
method: 'post',
data
})
}
// 139.9.27.13:7002/updown/uploadImage
// 核保接口