档案详情查看
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/archive/detail</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;">huoban_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>对应后台huoban_id</td>
</tr>
</tbody>
</table>
<p>示例huoban_id 5225416892251906055
<strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;code&quot;: &quot;0&quot;,
&quot;message&quot;: &quot;SUCCESS&quot;,
&quot;result&quot;: &quot;https://case.pinzhihealth.com/aimdtH5/#/pages/h5/parsing-code/view/parsing-code?patientId=5225416892251906055&amp;orgId=5157034056428294147&amp;action=H5_ARCHIVE×tamp=1748768272934&amp;token=0d92ba2f25949b523d627e117e25a096&quot;
},
&quot;code&quot;: 0
}
{
&quot;msg&quot;: &quot;获取档案详情失败,请联系客服&quot;,
&quot;data&quot;: [],
&quot;code&quot;: 1
}</code></pre>