学生点餐系统

学生点餐系统


根据条件查询报餐学生信息

<h5>简要描述</h5> <ul> <li>根据条件查询报餐学生信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>/usergradeclasses/selectStudentByType</code> </li> </ul> <h5>请求方式</h5> <ul> <li>get</li> </ul> <h5>请求Query参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">veriflcationId</td> <td style="text-align: left;">是</td> <td>string</td> <td>登陆人id</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td>int</td> <td>状态,0全部1未报餐2已报餐</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;3523fa2efdf0470bbdfd21573e3231e8&amp;quot;, &amp;quot;username&amp;quot;: &amp;quot;阿瓦&amp;quot;, &amp;quot;type&amp;quot;: 1 }, { &amp;quot;id&amp;quot;: &amp;quot;4927e2b984a64d5fb5898b299cb3d3bb&amp;quot;, &amp;quot;username&amp;quot;: &amp;quot;洒水多所&amp;quot;, &amp;quot;type&amp;quot;: 1 } ] } </code></pre> <h5>备注</h5> <p>1未报餐2已报餐</p>

页面列表

ITEM_HTML