修改充电站
<p><strong>简要描述:</strong> </p>
<ul>
<li>更新充电站</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/dev/station/update</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code> {
"id":1,
"name": "站点名称2",
"provinceCode": 320000,
"provinceName": "江苏省",
"cityCode": 320100,
"cityName": "南京市",
"areaCode": 320114,
"areaName": "雨花台区",
"detailsAddress": "招商高铁广场B座2",
"longitude": 118.798126,
"latitude": 31.965409,
"type": 1,
"status": 1,
"constructionName": 1,
"servicePhone": "123456",
"disableFlag": 1,
"chargerPointFlag": 1,
"cartNumber": 3,
"stationTotalPower": 100,
"stationTotalCost": 120,
"remark":null,
"list":[{
"imgPath":"AAA",
"scalePath":"BBB"
},{
"imgPath":"CCC",
"scalePath":"DDD"
}]
}</code></pre>
<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>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "success",
"data": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>