获取医生详情
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/hospital/doctor/detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>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;">doctor_id</td>
<td style="text-align: left;"></td>
<td style="text-align: left;">int</td>
<td>医生id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;disease_tag&quot;: [//关联疾病类目标签
{
&quot;disease_title&quot;: &quot;甲亢&quot;,
&quot;disease_id&quot;: 3661
}
],
&quot;id&quot;: 3665,
&quot;icon&quot;: &quot;&quot;,//头像
&quot;title&quot;: &quot;张三&quot;,//名称
&quot;hospital_id&quot;: 3663,
&quot;department_id&quot;: 3660,
&quot;professional_title&quot;: &quot;主任&quot;,//职位
&quot;business_time&quot;: &quot;工作日9:00-17:00&quot;,
&quot;intro&quot;: &quot;简洁啊&quot;,
&quot;detail&quot;: &quot;详情啊&quot;,
&quot;weight&quot;: 1,
&quot;enable_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2025-04-06 19:51:07&quot;,
&quot;update_datetime&quot;: &quot;2025-04-06 19:51:07&quot;,
&quot;hospital_info&quot;: {//医院信息
&quot;subject_tag&quot;: [
{
&quot;title&quot;: &quot;肿瘤&quot;
},
{
&quot;title&quot;: &quot;大内科&quot;
}
],
&quot;id&quot;: 3663,
&quot;title&quot;: &quot;附属医院&quot;,
&quot;level&quot;: &quot;三甲&quot;,
&quot;affiliation&quot;: &quot;公立&quot;,
&quot;province_name&quot;: &quot;浙江省&quot;,
&quot;city_name&quot;: &quot;温州市&quot;,
&quot;intro&quot;: &quot;简介&quot;
},
&quot;department_info&quot;: {//部门信息
&quot;id&quot;: 3660,
&quot;title&quot;: &quot;呼吸科&quot;
}
},
&quot;code&quot;: 0
}</code></pre>