咸阳客经


首页数据获取

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>首页数据获取</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/order/home</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code> { &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;orderCount&amp;quot;: [{&amp;quot;name&amp;quot;: &amp;quot;superposition&amp;quot;, &amp;quot;count&amp;quot;: 10},{&amp;quot;name&amp;quot;: &amp;quot;promotion&amp;quot;, &amp;quot;count&amp;quot;: 10},{&amp;quot;name&amp;quot;: &amp;quot;interconersion&amp;quot;, &amp;quot;count&amp;quot;: 10}], &amp;quot;orderCountTop&amp;quot;: {&amp;quot;x&amp;quot;: [&amp;quot;张三&amp;quot;], &amp;quot;y&amp;quot;: [1]}, &amp;quot;orderPrice&amp;quot;: [{&amp;quot;name&amp;quot;: &amp;quot;superposition&amp;quot;, &amp;quot;count&amp;quot;: 100},{&amp;quot;name&amp;quot;: &amp;quot;promotion&amp;quot;, &amp;quot;count&amp;quot;: 90},{&amp;quot;name&amp;quot;: &amp;quot;interconersion&amp;quot;, &amp;quot;count&amp;quot;: 80}], &amp;quot;orderPriceTop&amp;quot;: {&amp;quot;x&amp;quot;:[1], &amp;quot;y&amp;quot;: [&amp;quot;张三&amp;quot;, &amp;quot;李四&amp;quot;]} } }</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;">orderCount</td> <td style="text-align: left;">list</td> <td>当日各类工单量</td> </tr> <tr> <td style="text-align: left;">orderCountTop</td> <td style="text-align: left;">json</td> <td>当日客户经理录单量排名</td> </tr> <tr> <td style="text-align: left;">orderPrice</td> <td style="text-align: left;">list</td> <td>当日各类工单价值</td> </tr> <tr> <td style="text-align: left;">orderPriceTop</td> <td style="text-align: left;">json</td> <td>当日客户经理价值贡献排行榜</td> </tr> </tbody> </table>

页面列表

ITEM_HTML