获取疾病详情
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/hospital/disease/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;">disease_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;id&quot;: 3660,
&quot;title&quot;: &quot;房颤&quot;,//名称
&quot;memo&quot;: &quot;&quot;,//备注/描述
&quot;enable_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2025-04-06 18:39:48&quot;,
&quot;update_datetime&quot;: &quot;2025-04-06 18:39:48&quot;
},
&quot;code&quot;: 0
}</code></pre>