医生信息查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>医生信息查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://aky.mynatapp.cc/chronic/doctor/doctorInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST / GET</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">doctorId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">Integer</td>
<td>医生ID (与用户id等值)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": {
"registerDate1": null,
"registerDate2": null,
"unionid": "oFMKC59o-ggc5YUflLCSOPWTzsEs",
"childHospName": null,
"city": null,
"jobTitle": "医士",
"type": null,
"roleType": 21,
"checkResult": null,
"good": null,
"credentialFiles": null,
"checkStatus": "YES",
"doctorName": "王玉宝",
"gzhOpenid": "oiL-81S8CBSUoQrbMvcBo0C9CkFI",
"doctorBirthday": null,
"cityName": null,
"province": null,
"qrCode": null,
"doctorId": 4289,
"hospitalId": 1,
"vendor": null,
"intro": null,
"videoOpenid": null,
"state": 1,
"department": "眼科",
"jobType": "0",
"birthdayStr": null,
"email": null,
"msgCode": null,
"address": null,
"sessionKey": "PaC2EudwJm4J07gSk2ADvA==",
"baseArea": null,
"openid": "ox8A-5Q_df5i2xL4SXYs01cZ8bL8",
"hospitalName": "黄石爱康医院",
"videoSessionKey": null,
"certificateNo": "",
"doctorSex": null,
"headPic": "https://aikangcloudtest-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/7/305972581377536000.png",
"childHospId": null,
"checkTime": null,
"createTime": "2019-07-02 15:51:03",
"phone": "18672331145",
"serviceVisibleList": [
{
"id": 3,
"userId": 4289,
"forUserType": 4,
"serviceCode": "SER0001",
"status": 1,
"createTime": "2019-09-11 16:01:18",
"updateTime": "2019-09-11 16:01:18"
},
{
"id": 4,
"userId": 4289,
"forUserType": 4,
"serviceCode": "SER0005",
"status": 0,
"createTime": "2019-09-11 16:01:19",
"updateTime": "2019-09-11 16:01:19"
},
{
"id": 5,
"userId": 4289,
"forUserType": 4,
"serviceCode": "SER0002",
"status": 0,
"createTime": "2019-09-11 17:15:49",
"updateTime": "2019-09-11 17:15:49"
},
{
"id": 6,
"userId": 4289,
"forUserType": null,
"serviceCode": "SER0002",
"status": 0,
"createTime": "2019-09-11 17:16:01",
"updateTime": "2019-09-11 17:16:56"
}
],
"provinceName": null,
"canHideServiceList": [
{
"serviceCode": "SER0001",
"serviceName": "图文问诊",
"canHide": 1
},
{
"serviceCode": "SER0005",
"serviceName": "多人图文问诊",
"canHide": 1
}
],
"age": 0,
"certificateType": 0,
"cid": null
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">serviceVisibleList</td>
<td style="text-align: left;">List</td>
<td>医生服务可见设置</td>
</tr>
<tr>
<td style="text-align: left;">hospitalId</td>
<td style="text-align: left;">int</td>
<td>医院id</td>
</tr>
<tr>
<td style="text-align: left;">hospitalName</td>
<td style="text-align: left;">String</td>
<td>医院名称</td>
</tr>
<tr>
<td style="text-align: left;">department</td>
<td style="text-align: left;">String</td>
<td>科室名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>