患者查询医生列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询服务满意评价</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="http://aky.mynatapp.cc/chronic/groupDoctor/patientDoctors">http://aky.mynatapp.cc/chronic/groupDoctor/patientDoctors</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/form</li>
</ul>
<p><strong>参数:</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"type": "ADMIN",
"doctorId": 4253,
"doctorName": "APIDoctor",
"doctorSex": null,
"phone": "18971542541",
"hospitalId": 1,
"hospitalName": "黄石爱康医院",
"childHospId": null,
"childHospName": null,
"department": "健康管理中心",
"jobTitle": "副主任技师",
"headPic": "https://aikangclouditer-new.oss-cn-qingdao.aliyuncs.com/oss/imag/2019/6/300135455700570112.png",
"clientId": null,
"gzhOpenid": "oiL-81TeXgj-GeRT2o6iKPKwh5I4",
"joinTime": "2019-05-01 09:55:03.0",
"medicalFreq": null,
"medicalCompliance": null,
"groupDoctorCount": 1
}
]
}</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;">groupDoctorCount</td>
<td style="text-align: left;">int</td>
<td>群组医生数量,大于1时,则显示医生组标识</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>