未来护眼


获取用户视力测试结果列表接口

<h5>简要描述</h5> <ul> <li>获取用户视力测试结果列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://wlhyapi.hbcygc.net/api/wleye/GetEyeTestRecordList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>Header请求头</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> <tr> <td style="text-align: left;">access_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户登录后凭证token</td> </tr> </tbody> </table> <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> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>页码 默认:1</td> </tr> <tr> <td style="text-align: left;">pagesize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页数量 默认:10</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;a12d4770-4b1c-40f5-aae7-0210513a6aa1&amp;quot;, &amp;quot;left_eye&amp;quot;: &amp;quot;4.6&amp;quot;, &amp;quot;right_eye&amp;quot;: &amp;quot;4.6&amp;quot;, &amp;quot;createtime_ts&amp;quot;: &amp;quot;1721117100000&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;b146cf78-12cd-46b0-96af-095ffe7a575b&amp;quot;, &amp;quot;left_eye&amp;quot;: &amp;quot;4.5&amp;quot;, &amp;quot;right_eye&amp;quot;: &amp;quot;4.8&amp;quot;, &amp;quot;createtime_ts&amp;quot;: &amp;quot;1721117091000&amp;quot; } ], &amp;quot;otherValue&amp;quot;: null, &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;result&amp;quot;: false, &amp;quot;total&amp;quot;: 7 }</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;">code</td> <td style="text-align: left;">int</td> <td>状态码,200:成功;201:参数错误</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">string</td> <td>视力结果列表json数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML