APP(合伙人)

合伙人、dms、66智修文档相关


员工纬度统计-拜访

<p><strong>简要描述:</strong> </p> <ul> <li>员工纬度统计-拜访</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/app/sales-app/visit-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> <tr> <td style="text-align: left;">time_type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>1 本月 2 本年 3 本季度 4 上月 5 上周 6 本周 7 当天</td> </tr> <tr> <td style="text-align: left;">sort</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>//1 倒序 2 正序</td> </tr> <tr> <td style="text-align: left;">filed</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>kpi 指标 visit_count 拜访量</td> </tr> <tr> <td style="text-align: left;">org_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>门店ID</td> </tr> <tr> <td style="text-align: left;">area_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>区域ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{     &amp;quot;errCode&amp;quot;: 1000,     &amp;quot;errMsg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;list&amp;quot;: [             {                 &amp;quot;staff_id&amp;quot;: &amp;quot;175&amp;quot;,                 &amp;quot;staff_name&amp;quot;: &amp;quot;陈聚义&amp;quot;,//员工名称                 &amp;quot;visit_count&amp;quot;: &amp;quot;360&amp;quot;,//拜访量                 &amp;quot;area_name&amp;quot;: &amp;quot;融通店2区&amp;quot;,                 &amp;quot;kpi&amp;quot;: 186,//拜访指标                 &amp;quot;rate&amp;quot;: &amp;quot;1.93&amp;quot;//拜访进度             }         ],         &amp;quot;data&amp;quot;: {             &amp;quot;all_kpi&amp;quot;: 558,//拜访指标             &amp;quot;all_visit_count&amp;quot;: 594,//拜访量             &amp;quot;all_rate&amp;quot;: &amp;quot;1.06&amp;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> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML