轮胎指标
<h5>简要描述</h5>
<ul>
<li>轮胎指标</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/app/report/tire-report</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;brand_id&quot;: &quot;155&quot;,
&quot;count&quot;: &quot;7648.00&quot;,//完成数量
&quot;brand_name&quot;: &quot;佳通区域销售&quot;,//品牌名称
&quot;goal_count&quot;: &quot;8322&quot;,//目标值
&quot;rate&quot;: &quot;91.9%&quot;//完成率
}
]
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>