首页统计
<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><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"id": 1,
"carCount": 1000, //多少辆车
"eventCount": 0, //累计互助事件
"totalDays": 14, //累计运营天数
"state": 2,
"startTime": "2020-09-30T03:05:00.000+0000"
},
"message": "success"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>见返回示例</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>