修改测试bug及人脸核实

This commit is contained in:
gyj
2024-04-25 17:58:36 +08:00
parent 0d22fa41e1
commit fa0b195ec1
8 changed files with 127 additions and 43 deletions
+2 -1
View File
@@ -107,9 +107,10 @@ export function selectIdentityAuthenticaEIDtoken() {
})
}
// H5轮询获取E证通Token状态
export function selectPCEIDtokenStatus() {
export function selectPCEIDtokenStatus(data) {
return request({
url: '/identityAuthentication/selectPCEIDtokenStatus',
method: 'get',
params:data
})
}