X-Token: ********************
[{
"realName": "张三",
"deptCode": "D001",
"secondDeptCode": "D002",
"userType": "0",
"sex": "男",
"phone": "13800138000",
"idCard": "110101199001010000",
"jobId": "J001",
"pym": "zhangsan",
"birthDate": "1990-01-01",
"email": "zhangsan@example.com",
"onJobStatus": 1,
"jobTitleName": "主治医师",
"jobTitleCode": "JT001",
"inpatientArea": "内科病房",
"inpatientAreaCode": "IA001",
"specialties": "心血管疾病",
"specialtiesCode": "SP001"
}]
curl --location --request POST '/hospital/users/push' \
--header 'X-Requested-appId;' \
--header 'Content-Type: application/json' \
--data-raw '[{
"realName": "张三",
"deptCode": "D001",
"secondDeptCode": "D002",
"userType": "0",
"sex": "男",
"phone": "13800138000",
"idCard": "110101199001010000",
"jobId": "J001",
"pym": "zhangsan",
"birthDate": "1990-01-01",
"email": "zhangsan@example.com",
"onJobStatus": 1,
"jobTitleName": "主治医师",
"jobTitleCode": "JT001",
"inpatientArea": "内科病房",
"inpatientAreaCode": "IA001",
"specialties": "心血管疾病",
"specialtiesCode": "SP001"
}]'
{
"code": "100100000",
"message": "操作成功",
"data": {
"addCount": 0,
"updateCount": 1,
"failMessage": ""
}
}