乌拉圭手机APP接口


登录

<p><strong>作者:</strong> </p> <ul> <li>温森</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>登录验证接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.117:8026/JY/Api/Login</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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;">LoginName</td> <td style="text-align: left;">string</td> <td style="text-align: left;">否</td> <td>用户名</td> </tr> <tr> <td style="text-align: left;">PassWord</td> <td style="text-align: left;">string</td> <td style="text-align: left;">否</td> <td>密码</td> </tr> </tbody> </table> <p><strong>备注:</strong></p> <p><strong>返回示例</strong></p> <pre><code>{ "Msg":"登录成功", "Code":1, "isSuccess":true, "Data":{ "Enterprise_User_ID":1,//用户ID "Enterprise_Info_ID": 1,//企业Id "EnterpriseName": "石家庄经营企业"//企业名称 } } 或 { "Msg"::"登录失败!账户名或密码错误!", "Code": 0, "isSuccess":false, "Data":null }</code></pre> <p><strong>返回参数说明</strong> </p>

页面列表

ITEM_HTML