用户基础信息列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户基础信息列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://128.1.184.228:60/api/user_baselist</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>请求参数说明</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;status&quot;: 0,
&quot;message&quot;: &quot;调用成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 1,
&quot;username&quot;: &quot;admin&quot;,
&quot;password&quot;: &quot;admin&quot;,
&quot;logout&quot;: 0
},
{
&quot;id&quot;: 2,
&quot;username&quot;: &quot;fhdn-01&quot;,
&quot;password&quot;: &quot;fhdn-01&quot;,
&quot;logout&quot;: 0
},
{
&quot;id&quot;: 3,
&quot;username&quot;: &quot;fhdn-02&quot;,
&quot;password&quot;: &quot;fhdn-02&quot;,
&quot;logout&quot;: 1
},
{
&quot;id&quot;: 4,
&quot;username&quot;: &quot;fhdn-03&quot;,
&quot;password&quot;: &quot;fhdn-03&quot;,
&quot;logout&quot;: 0
},
{
&quot;id&quot;: 6,
&quot;username&quot;: &quot;Zhangwei&quot;,
&quot;password&quot;: &quot;123123&quot;,
&quot;logout&quot;: 0
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>返回数值:0正常</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td>返回信息</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">Array</td>
<td>返回当前用户信息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>