体检小程序

阿克索健康服务平台


体检人列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>体检人列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>user/examination_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;: 1725346332, &amp;quot;data&amp;quot;: { &amp;quot;total&amp;quot;: 2, &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;id&amp;quot;: 3, &amp;quot;name&amp;quot;: &amp;quot;王五&amp;quot;, &amp;quot;gender&amp;quot;: 2, &amp;quot;age&amp;quot;: 21, &amp;quot;id_card&amp;quot;: &amp;quot;432424234423423&amp;quot;, &amp;quot;phone&amp;quot;: &amp;quot;13264706099&amp;quot;, &amp;quot;gender_str&amp;quot;: &amp;quot;女&amp;quot; }, { &amp;quot;id&amp;quot;: 2, &amp;quot;name&amp;quot;: &amp;quot;李四&amp;quot;, &amp;quot;gender&amp;quot;: 1, &amp;quot;age&amp;quot;: 20, &amp;quot;id_card&amp;quot;: &amp;quot;432424234423423&amp;quot;, &amp;quot;phone&amp;quot;: &amp;quot;13264706099&amp;quot;, &amp;quot;gender_str&amp;quot;: &amp;quot;男&amp;quot; } ] } }</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;">id</td> <td style="text-align: left;">int</td> <td>主键id</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">string</td> <td>体检人姓名</td> </tr> <tr> <td style="text-align: left;">gender</td> <td style="text-align: left;">int</td> <td>性别状态码, 0.未知 1.男 2.女</td> </tr> <tr> <td style="text-align: left;">gender_str</td> <td style="text-align: left;">int</td> <td>性别文字</td> </tr> <tr> <td style="text-align: left;">age</td> <td style="text-align: left;">int</td> <td>年龄</td> </tr> <tr> <td style="text-align: left;">id_card</td> <td style="text-align: left;">string</td> <td>身份证号</td> </tr> <tr> <td style="text-align: left;">phone</td> <td style="text-align: left;">string</td> <td>手机号</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML