注册开发

This commit is contained in:
hanchaobo
2024-04-22 18:13:09 +08:00
parent d07ba431c5
commit aef3c0f53f
2 changed files with 82 additions and 59 deletions
+8 -1
View File
@@ -98,4 +98,11 @@ export function getIdType() {
url: '/system/dict/data/type/skipToken/id_type',
method: 'get',
})
}
}
// 获取pc端的EIDtoken
export function selectIdentityAuthenticaEIDtoken() {
return request({
url: '/identityAuthentication/selectIdentityAuthenticaEIDtoken',
method: 'post'
})
}