申请人列表
<p><strong>简要描述:</strong> </p>
<p>-申请人列表</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/chit/chit-app/get-staff</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;id&quot;: &quot;1&quot;,
&quot;realname&quot;: &quot;管理员&quot;,
&quot;nickname&quot;: &quot;&quot;,
&quot;code&quot;: &quot;&quot;,
&quot;mobile&quot;: &quot;18953111000&quot;,
&quot;idcard&quot;: &quot;0&quot;,
&quot;email&quot;: &quot;&quot;,
&quot;telephone&quot;: &quot;&quot;,
&quot;avatar&quot;: &quot;&quot;,
&quot;sex&quot;: &quot;1&quot;,
&quot;birthday&quot;: &quot;0&quot;,
&quot;nailing_number&quot;: null,
&quot;is_open_nailing&quot;: &quot;1&quot;,
&quot;wechat_number&quot;: null,
&quot;is_open_wechat&quot;: &quot;1&quot;,
&quot;is_open_erp&quot;: &quot;1&quot;,
&quot;urgent_name&quot;: null,
&quot;urgent_mobile&quot;: null,
&quot;native_address&quot;: &quot;0&quot;,
&quot;present_address&quot;: &quot;0&quot;,
&quot;entry_time&quot;: &quot;1567440000&quot;,
&quot;leave_time&quot;: &quot;0&quot;,
&quot;status&quot;: &quot;1&quot;,
&quot;info&quot;: &quot;1,1,0,1,0,0,1,0,1,0,1612406959,岗位123&quot;,
&quot;account_id&quot;: &quot;1&quot;,
&quot;staff_id&quot;: &quot;1&quot;,
&quot;org_id&quot;: &quot;1&quot;
},
]
}</code></pre>
<p><strong>请求返回参数说明</strong> </p>
<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;">account_id</td>
<td style="text-align: left;">int</td>
<td>发送人ID</td>
</tr>
<tr>
<td style="text-align: left;">realname</td>
<td style="text-align: left;">string</td>
<td>发送人名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>