简历部分接口对接
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-21 17:55:57 +08:00
parent 8281737ddc
commit d6861f400e
9 changed files with 1239 additions and 253 deletions
+8
View File
@@ -290,3 +290,11 @@ export function verifyEmialGetDoctorInfo(param) {
data: param
})
}
// 新增或编辑基本信息
export function addOrUpdateDoctorBasicInfoAndEmployment(param) {
return request({
url: `/Doctor/addOrUpdateDoctorBasicInfoAndEmployment`,
method: 'post',
data: param
})
}