更新医生信息
**简要描述:**
- 后台管理:修改医生信息
**请求URL:**
- ` /inform/backupdatedoctorcenter `
**请求方式:**
- POST
**参数:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|idDoctor|是|string|医生ID|
|nmNick|否|string|医生ID|
|idFirstDep |否 |string | 一级科室id |
|idSecondDep |否 |string | 二级科室id |
|nmDoctor |否 |string |医生姓名 |
|gender |否 |string | 性别 |
|dtBirth|否|string|出生日期(必须符合2000-11-14这种标准格式)|
|telOffice|否|string|办公电话|
|telMobile|否|string|手机号码|
|addrDoctor|否|stirng|详细地址|
|addrWorkPlace|否|string|工作单位|
|instGraduate|否|string|毕业院校|
|eduBackground|否|string|学历|
|degAcademic|否|string|学位|
|idMedQuaCer|否|string|医生资格证书编号|
|idDocQualCer|否|string|医师执业证书编号|
|lvDoctor|否|string|医师级别|
|jobInfor|否|string|职业职务|
|titleInfor|否|string|职业职称|
|fieldMain|否|string|执业范围|
|tmGraduate|否|string|毕业日期|
|tmMedQuaCer|否|string|医师资格证书取证时间|
|tmDocQualCer|否|string|医师执业证书取证时间|
**返回示例**
```
{
"code": 200,
"msg": "success",
"result": 1
}
```
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
**备注**
- 更多返回错误代码请看首页的错误代码描述