猎头scrm

猎头scrm


0.2 员工财务信息统计

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>员工财务信息统计接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://lietou.xx.local/api/mscrm/user_finance_census</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </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;">userid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户userid</td> </tr> <tr> <td style="text-align: left;">depart_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>部门id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 20000,     &amp;quot;data&amp;quot;: [         {             &amp;quot;userid&amp;quot;: &amp;quot;ZhouXiaoJie&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;周晓杰&amp;quot;,             &amp;quot;mobile&amp;quot;: &amp;quot;18519665520&amp;quot;,             &amp;quot;position&amp;quot;: &amp;quot;高级猎头顾问&amp;quot;,             &amp;quot;received_money&amp;quot;: 0,             &amp;quot;noreceived_money&amp;quot;: 0,             &amp;quot;nonvoice_money&amp;quot;: 0         },         {             &amp;quot;userid&amp;quot;: &amp;quot;ZhaoMingMing&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;赵明明&amp;quot;,             &amp;quot;mobile&amp;quot;: &amp;quot;13811420929&amp;quot;,             &amp;quot;position&amp;quot;: &amp;quot;猎头总监&amp;quot;,             &amp;quot;received_money&amp;quot;: 0,             &amp;quot;noreceived_money&amp;quot;: 0,             &amp;quot;nonvoice_money&amp;quot;: 0         }     ] }</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;">userid</td> <td style="text-align: left;">int</td> <td>用户userid</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">int</td> <td>姓名</td> </tr> <tr> <td style="text-align: left;">position</td> <td style="text-align: left;">int</td> <td>职位</td> </tr> <tr> <td style="text-align: left;">received_money</td> <td style="text-align: left;">int</td> <td>已到账</td> </tr> <tr> <td style="text-align: left;">noreceived_money</td> <td style="text-align: left;">int</td> <td>未到账</td> </tr> <tr> <td style="text-align: left;">nonvoice_money</td> <td style="text-align: left;">int</td> <td>未开票</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML