健康记录详情
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/archive/case</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;">case_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;archive_info&quot;: {//对应档案信息 archive_id=0时不存在
                    &quot;id&quot;: 2,
                    &quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
                    &quot;real_name&quot;: &quot;lisi&quot;,
                    &quot;profile_photo&quot;: &quot;&quot;,
                    &quot;gender&quot;: 1,
                    &quot;age&quot;: 31,
                    &quot;relation&quot;: &quot;本人&quot;,
                    &quot;create_datetime&quot;: &quot;2025-01-03 15:47:09&quot;,
                    &quot;update_datetime&quot;: &quot;2025-01-16 15:40:30&quot;,
                    &quot;huoban_id&quot;: &quot;111&quot;
                },
                &quot;id&quot;: 4,
                &quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
                &quot;archive_id&quot;: 2,//档案id
                &quot;picture_url&quot;: &quot;&quot;,//病例图
                &quot;create_datetime&quot;: &quot;2025-01-06 21:07:17&quot;,
                &quot;update_datetime&quot;: &quot;2025-02-07 14:31:45&quot;,
                &quot;memo&quot;: &quot;&quot;,//反馈备注
                &quot;real_name&quot;: &quot;&quot;,//咨询人名称
                &quot;title&quot;:&quot;&quot;,//咨询标题
                &quot;question&quot;:&quot;&quot;,//咨询内容
    },
    &quot;code&quot;: 0
}</code></pre>