东农后台api接口文档

接口文档


登录

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户登录接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Login/login</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>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">account</td> <td style="text-align: left;">是</td> <td>用户名</td> </tr> <tr> <td style="text-align: left;">password</td> <td style="text-align: left;">是</td> <td>密码</td> </tr> </tbody> </table> <h5>参数示例</h5> <pre><code> {     &amp;quot;account&amp;quot;:&amp;quot;20230106&amp;quot;,     &amp;quot;password&amp;quot; :&amp;quot;123456&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 0,     &amp;quot;msg&amp;quot;: &amp;quot;登录成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;userId&amp;quot;: &amp;quot;6&amp;quot;, &amp;quot;userName&amp;quot;: &amp;quot;张老师&amp;quot;,         &amp;quot;typeId&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;imgUrl&amp;quot;: &amp;quot;/Public/Upload/User/2023-07-12/64ae48b183be61.png&amp;quot;     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">userId</td> <td>登录用户ID</td> </tr> <tr> <td style="text-align: left;">userName</td> <td>登录用户名称</td> </tr> <tr> <td style="text-align: left;">typeId</td> <td>登录用户类型;0-学生,1-老师</td> </tr> <tr> <td style="text-align: left;">imgUrl</td> <td>头像相对地址</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>两个登录用户可用: 账号 密码 20231001、123456; 20230106、123456</li> </ul>

页面列表

ITEM_HTML