学生点餐系统

学生点餐系统


微信登录

<h5>简要描述</h5> <ul> <li>微信登录</li> </ul> <h5>请求URL</h5> <ul> <li><code>/auth/sysLogin</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求Body参数</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;">code</td> <td style="text-align: left;">是</td> <td>string</td> <td>微信code</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;1&amp;quot;, &amp;quot;username&amp;quot;: &amp;quot;asd&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;13333333333&amp;quot;, &amp;quot;headnpath&amp;quot;: &amp;quot;https:\/\/img2018.cnblogs.com\/blog\/1682743\/201909\/1682743-20190905104349425-1725342443.png&amp;quot;, &amp;quot;isAdmin&amp;quot;: 0, &amp;quot;gradeId&amp;quot;: null } } </code></pre>

页面列表

ITEM_HTML