人脸识别
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user