人脸识别

This commit is contained in:
Your Name
2023-10-09 10:18:28 +08:00
parent 1702d6dd85
commit fff88a393b
6 changed files with 19 additions and 10 deletions
+9
View File
@@ -64,4 +64,13 @@ export function getEidtoken() {
'url': '/identityAuthentication/selectIdentityAuthenticaEIDtoken',
method: 'post',
})
}
// 发送人脸认证之后的eidtoken
export function sendEidtoken(data) {
return request({
'url': '/identityAuthentication/selectIdentityAuthenticaRespon',
method: 'post',
data: data
})
}