'修改新增' #30

Merged
gaogaoyujie merged 1 commits from gyj into dev 2024-01-30 09:55:48 +00:00
2 changed files with 865 additions and 544 deletions
Showing only changes of commit 6f95f2df93 - Show all commits
+9
View File
@@ -191,3 +191,12 @@ export function updateComfire(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