评论人列表
<h5>简要描述</h5>
<p>-评论人列表</p>
<h5>请求URL</h5>
<ul>
<li><code>/ecrm/crm-funnels/staff-list</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;">is_talk</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>传值 1</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;id&quot;: &quot;1005&quot;,
&quot;realname&quot;: &quot;张伟达测试&quot;,
&quot;nickname&quot;: &quot;&quot;,
&quot;code&quot;: &quot;&quot;,
&quot;mobile&quot;: &quot;14612123456&quot;,
&quot;idcard&quot;: &quot;&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;0&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;: null,
&quot;present_address&quot;: null,
&quot;entry_time&quot;: &quot;1648483200&quot;,
&quot;leave_time&quot;: &quot;0&quot;,
&quot;status&quot;: &quot;1&quot;,
&quot;info&quot;: &quot;1005,98,237,0,10,1,1,1,1,1678426927,1686708044,&quot;,
&quot;account_id&quot;: &quot;799&quot;,
&quot;staff_id&quot;: &quot;1005&quot;,
&quot;org_id&quot;: &quot;98&quot;
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<p><strong>total信息展示</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;">total</td>
<td style="text-align: left;">int</td>
<td>分页的个总数</td>
</tr>
</tbody>
</table>
<p><strong>list任务信息展示</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;">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>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>