测试地址:/wit/chargeApi/queryCharge
正式地址:/wit/chargeApi/queryCharge
| 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 |
| --- | --- | --- | --- | --- |
|path|请求地址|String|connector/queryListByPileCode(固定)|是
|chargeCode|桩编码|String|20130103340001|是
> 请求示例:
>{"path":"connector/queryListByPileCode","chargeCode":"20130103340001","page":1,"rp":20}
签名方式sha1,加密字符串+secret,编码格式UTF-8
请求头:partType:"API-WIT" ,appId:"ad23f2345cb3443" ,sign:"612B54F2F30D0854DE55B6E7B71ABA66"
返回参数:
| 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 |
| --- | --- | --- | --- | --- |
| code | 状态码 | int | 200 | 是
| message| 提示信息 |String|操作成功|是
|data|返回数据|Array||否
|data.id|主键编号|long|23|是
|data.connectorId|充电枪编码|string|20130103340001001|是
|data.connectorName|枪名称|string|1号枪|否
|data.connectorType|类型 1 家用插座 2交流接口插座 3交流接口插头 4 直流接口枪头 5 无线充电座 6其他|Integer|1|是
|data.voltageUpperLimits|额定电压上限|Integer|200|否
|data.voltageLowerLimits|额定电压下限|Integer|250|否
|data.current|额定电流|Integer|10|否
|data.power|额定功率 kw|String|7|否
|data.parkNo|车位号|String|01|否
|data.nationalStandard|国家标准 1、2011 2、2015 |Integer|1|否
|data.status|充电状态 0初始化1空闲 2充电 3停止 4故障 5预约 6维护 7启动中8充电暂停9禁用10已连接 11定时启动状态 12 启动失败13 用户未启动 14 有充电器但未充电(已充满电)15 浮充 16 存储器损坏 225离线|Integer|2|否
|data.parkStatus|车位状态 0未知 10 空闲 50占用|Integer|10|否
|data.lockStatus|地锁状态 0未知 10已解锁 50已上锁|Integer|0|否
|data.createTime|创建时间 (时间戳 秒)|Long|324546345|是
|data.updateTime|修改时间 (时间戳 秒)|Long|234543665|是
|data.updateBy|修改人|String|sys|是
|data.createBy|创建人|String|sys|是
|data.chargeCode|桩编码|String|20130103340001|是
|data.type|设备类型 1小蓝 2Ult 3粤电 4(ult运维占用) 5友电 6联行 7科华|Integer|1|是
|data.qrCode|二维码地址|string||否
>返回示例
{
"code": 200,
"message": "success",
"data": [
{
"id": 336,
"connectorId": "00010012100074",
"pileId": 145,
"connectorName": "",
"connectorType": 1,
"voltageUpperLimits": null,
"voltageLowerLimits": null,
"current": null,
"power": "7.00",
"parkNo": null,
"nationalStandard": null,
"status": 10,
"parkStatus": null,
"lockStatus": null,
"createTime": 1647429771,
"updateTime": 1647429771,
"createBy": "系统管理员",
"updateBy": "系统管理员",
"chargeCode": "00010012100074",
"type": 1,
"qrCode": null
},
{
"id": 453,
"connectorId": "00010012100074001",
"pileId": 145,
"connectorName": null,
"connectorType": null,
"voltageUpperLimits": null,
"voltageLowerLimits": null,
"current": null,
"power": "7.00",
"parkNo": null,
"nationalStandard": null,
"status": 10,
"parkStatus": null,
"lockStatus": null,
"createTime": 1647506299,
"updateTime": null,
"createBy": "hyy",
"updateBy": null,
"chargeCode": "00010012100074",
"type": 1,
"qrCode": null
}]
}