租车押金详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>换电押金详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/system/carRentalDeposit/{id}</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td></td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code></code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;createBy&quot;: &quot;admin&quot;,
&quot;createTime&quot;: &quot;2025-03-17 11:16:00&quot;,
&quot;updateBy&quot;: &quot;admin&quot;,
&quot;updateTime&quot;: &quot;2025-03-17 13:16:32&quot;,
&quot;remark&quot;: &quot;22ss444ddd&quot;,
&quot;id&quot;: 2,
&quot;operator&quot;: &quot;运营商1&quot;,
&quot;agent&quot;: &quot;代理商1&quot;,
&quot;price&quot;: 13.12,
&quot;state&quot;: &quot;1&quot;
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>