车场编号下载
<p><strong>请求URL:</strong> </p>
<ul>
<li>` /aggplat_mvc/parkingCarLotAction/downCarLotSpaceNoExcel.do</li>
</ul>
<p><strong>权限描述</strong></p>
<ul>
<li>parkingManager.downCarLotSpaceNoExcel</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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>
<tr>
<td style="text-align: left;">carLotNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>车场编号</td>
</tr>
</tbody>
</table>
<p><strong>响应参数:</strong> </p>
<pre><code>{
&quot;respCode&quot;: &quot;success&quot;,
&quot;respMsg&quot;: &quot;停车管家下载车位文件成功&quot;,
&quot;data&quot;: null,
&quot;dataObject&quot;: null
}</code></pre>