体检小程序

阿克索健康服务平台


我的体检卡

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>我的体检卡</li> </ul> <h5>请求URL</h5> <ul> <li><code>user/examination_card_list</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 10000, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;time&amp;quot;: 1726213830, &amp;quot;data&amp;quot;: { &amp;quot;total&amp;quot;: 1, &amp;quot;per_page&amp;quot;: 20, &amp;quot;current_page&amp;quot;: 1, &amp;quot;last_page&amp;quot;: 1, &amp;quot;data&amp;quot;: [ { &amp;quot;package_id&amp;quot;: 2, &amp;quot;package_name&amp;quot;: &amp;quot;套餐二&amp;quot;, &amp;quot;package_price&amp;quot;: &amp;quot;50.00&amp;quot;, &amp;quot;package_images&amp;quot;: &amp;quot;22&amp;quot;, &amp;quot;ward_name&amp;quot;: &amp;quot;同济医院&amp;quot;, &amp;quot;ward_logo&amp;quot;: &amp;quot;/storage/202408/53853aa5695998e3b1e3f45d6614bf63.jpg&amp;quot;, &amp;quot;tag_arr&amp;quot;: [ &amp;quot;这套餐好&amp;quot;, &amp;quot;很好&amp;quot; ], &amp;quot;use_status&amp;quot;: 0 } ] } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">package_id</td> <td style="text-align: left;">int</td> <td>套餐id</td> </tr> <tr> <td style="text-align: left;">package_name</td> <td style="text-align: left;">int</td> <td>套餐名称</td> </tr> <tr> <td style="text-align: left;">package_price</td> <td style="text-align: left;">int</td> <td>套餐金额</td> </tr> <tr> <td style="text-align: left;">package_images</td> <td style="text-align: left;">int</td> <td>套餐图片</td> </tr> <tr> <td style="text-align: left;">ward_name</td> <td style="text-align: left;">int</td> <td>医院名称</td> </tr> <tr> <td style="text-align: left;">ward_logo</td> <td style="text-align: left;">int</td> <td>医院logo</td> </tr> <tr> <td style="text-align: left;">tag_arr</td> <td style="text-align: left;">int</td> <td>标签</td> </tr> <tr> <td style="text-align: left;">use_status</td> <td style="text-align: left;">int</td> <td>使用状态 0.未使用 1.已使用</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML