This commit is contained in:
hanchaobo
2024-01-31 09:12:22 +08:00
2 changed files with 865 additions and 544 deletions
+9
View File
@@ -191,3 +191,12 @@ export function updateComfire(data) {
data: data, data: data,
}) })
} }
// 根据身份证获取生日和性别
export function getInfoByIdCard(query) {
return request({
url: '/caseApplication/getInfoByIdCard',
method: 'get',
params: query
})
}
File diff suppressed because it is too large Load Diff