首页统计
<p><strong>简要描述:</strong> </p>
<ul>
<li>首页统计</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>main/statistics</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<p>token</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"todayAdded": 0, //今日新增
"yesterdayAdded": 0, //昨日新增
"monthAdded": 4, //本月新增
"totalCount": 4, //会员总数
"realCarCount": 0, //真实车数量
"referCarCount": 1000, //参考车数量
"state": 2 // 1 展示真实数量 2 展示参考数量
},
"message": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>