获取列表
<h2>获取阶段信息(病包含例信息)</h2>
<ul>
<li><code>/medical/client/getPhaseInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get</li>
</ul>
<h1>Header</h1>
<pre><code>authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJqd3RfeWgiLCJleHAiOjE2NTcyNDI3OTMsInN1YiI6IllIIiwiYXVkIjoiZXZlcnkiLCJuYmYiOjE2NTY2Mzc5OTMsImlhdCI6MTY1NjYzNzk5MywianRpIjoxMDAwMSwidWlkIjo0MjV9.iKDq5SyZczUs9IsZOV4H47dtSwu4EWa2XTlSUTouU_A
Accept:application/json, text/plain, */*
</code></pre>
<h2>请求参数</h2>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">phase_id</td>
<td style="text-align: left;">阶段id</td>
<td>int</td>
<td>11</td>
</tr>
</tbody>
</table>
<h2>返回Code说明</h2>
<table>
<thead>
<tr>
<th style="text-align: left;">code值</th>
<th style="text-align: left;">描述</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">10000</td>
<td style="text-align: left;">成功</td>
</tr>
<tr>
<td style="text-align: left;">10004</td>
<td style="text-align: left;">失败</td>
</tr>
</tbody>
</table>
<p>返回示例:</p>
<pre><code class="language-javascript">{
&quot;code&quot;: 10000,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;phaseStatusText&quot;: &quot;待医生确认&quot;,
&quot;id&quot;: 445,
&quot;design_id&quot;: 441,
&quot;created_at&quot;: &quot;2024-09-18 19:58:03&quot;,
&quot;updated_at&quot;: &quot;2024-09-20 17:29:26&quot;,
&quot;creator_id&quot;: 15,
&quot;updater&quot;: null,
&quot;type&quot;: 1,
&quot;phase_status&quot;: 6,
&quot;reception_remark&quot;: null,
&quot;active&quot;: 1,
&quot;getDesign&quot;: {
&quot;statusText&quot;: &quot;设计中&quot;,
&quot;versionText&quot;: &quot;标准版standard&quot;,
&quot;id&quot;: 441,
&quot;customer_id&quot;: 441,
&quot;created_at&quot;: &quot;2024-09-18 19:58:03&quot;,
&quot;creator_id&quot;: 15,
&quot;updater&quot;: null,
&quot;updated_at&quot;: &quot;2024-09-23 10:08:06&quot;,
&quot;create_org&quot;: 21,
&quot;doctor_id&quot;: 15,
&quot;designer_id&quot;: 25,
&quot;remark&quot;: &quot;山东济南&quot;,
&quot;version&quot;: 1,
&quot;reception_remark&quot;: null,
&quot;status&quot;: 1,
&quot;is_skull&quot;: null,
&quot;ignore_type&quot;: null,
&quot;ignore_other&quot;: null
}
}
}</code></pre>