贝迪ERP

贝迪ERP


用户查询

<h5>简要描述</h5> <ul> <li>用户查询接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:801/User</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 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>当前页</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 1,     &amp;quot;msg&amp;quot;: &amp;quot;查询成功&amp;quot;,     &amp;quot;result&amp;quot;: [         {             &amp;quot;UserId&amp;quot;: 1,             &amp;quot;UserName&amp;quot;: &amp;quot;ceshi&amp;quot;,             &amp;quot;PassWord&amp;quot;: &amp;quot;123456&amp;quot;,             &amp;quot;Status&amp;quot;: 1,             &amp;quot;IsDelete&amp;quot;: 0,             &amp;quot;CreateDate&amp;quot;: &amp;quot;2024-05-17 00:00:00&amp;quot;         }     ] }</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;">Status</td> <td style="text-align: left;">int</td> <td>禁用状态 1=禁用 0=启用</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML