伙伴云档案记录列表
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/archive/huoban</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></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;">archive_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 class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;date&quot;: &quot;2025-02-07&quot;,
&quot;hospital&quot;: &quot;&quot;,
&quot;img&quot;: [
&quot;https://s.kbcare.cn/uploads/20250123/41c371051b6b90996a225ae519d9a63a.png&quot;,
&quot;https://s.kbcare.cn/uploads/20250126/257d1296b8f8b080ba906544a664d7a1.png&quot;
]
}
],
&quot;code&quot;: 0
}</code></pre>