'修改新增'

This commit is contained in:
gyj
2024-01-30 17:55:07 +08:00
parent 9c11df3f46
commit 6f95f2df93
2 changed files with 865 additions and 544 deletions
+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
})
}