update 小程序站点列表中枪口状态使用数据库中的值

This commit is contained in:
Lemon
2024-10-28 10:19:25 +08:00
parent 7130b036d1
commit 7e1bd61390
2 changed files with 25 additions and 7 deletions

View File

@@ -257,17 +257,35 @@
# 充电枪情况
请求地址:
请求地址:http://localhost:8080/business/pile/connector/getBusinessPileConnectorDetail/{pileConnectorCode}
请求方式:
请求方式:GET
入参
### 入参
| 字段名 | 类型 | 是否必传 | 备注 |
| ----------------- | ------ | -------- | -------- |
| pileConnectorCode | String | Y | 枪口编码 |
反参
### 反参
| 字段名 | 类型 | 是否必传 | 备注 |
| ----------------------- | ----------------------- | -------- | ---- |
| BusinessConnectorInfoVO | BusinessConnectorInfoVO | Y | |
### BusinessConnectorInfoVO
| 字段名 | 类型 | 是否必传 | 备注 |
| ----------------- | ------ | -------- | --------------- |
| pileConnectorCode | String | Y | 枪口编号 |
| status | String | Y | 状态 |
| startSoc | String | N | 起始soc |
| endSoc | String | N | 终止当前soc |
| chargeDegree | String | N | 充电度数 |
| timeRemaining | String | N | 剩余时长 |
| faultReason | String | N | 故障原因 |
| 字段名 | 类型 | 是否必传 | 备注 |
| ------ | ---- | -------- | ------------------------------------------------- |