获取列表
<h2>获取列表</h2>
<ul>
<li><code>/medical/client/getMiaList</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;">plan_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;id&quot;: 3,
&quot;plan_id&quot;: 2,
...
},
]
}</code></pre>