首页轮胎指标-配件指标
<h5>简要描述</h5>
<ul>
<li>首页轮胎指标-配件指标</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/app/report/tire-sales</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;tire_sales&quot;: &quot;8322&quot;,//轮胎指标
&quot;tire_rate&quot;: &quot;158.22%&quot;,//完成率
&quot;parts_sales&quot;: &quot;800000.00&quot;,//配件指标
&quot;parts_sales_rate&quot;: &quot;63.89%&quot;//完成率
}
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>