结束充电通知End of charging Notification
POST
第三方平台提供给技术人员进行配置
接口描述
应用场景Application scenario 设备结束充电后调用接口通知平台 Call the interface to notify the platform after the device has finished charging 即:充电结束后,开放平台会通过开发者指定的该回调地址,通知开发者 After the charging is over, the open platform will notify the developer through the callback address specified by the developer
请求参数
application/x-www-form-urlencoded参数名
类型
描述
必填
endType
Integer
1:计时结束2:充满结束3:手动结束4:功率过大5:空载结束6:中途异常拔 掉插座 12:时长超限 13:温度过高 14:电表故障 15:负载异常-电压过高 16:负载异常-触发漏保 17:设备故障 18:通道故障,灭火器触发 19:烟感报警 20:未关充电柜门 21: 水浸报警82:急停结束 1: End of timing 2: End of full 3: Manual end 4: Excessive power 5: End of no-load 6: Unplug the socket abnormally midway
必填
orderNum
String
订单号 order number
必填
deviceId
String
设备id Device id
必填
portNum
Integer
插座号 Socekt No.
必填
powerCount
Double
耗电量 Power Consumption
必填
cardNum
String
卡号 card number
必填
payPrice
Double
消费金额 pay price
必填
totalElectricMoney
Double
电费总额(只有消费标准为按电量计费才有值)
必填
totalServiceFee
Double
服务费总额(只有消费标准为按电量计费才有值)
必填
startTime
Long
开始时间戳(毫秒)
必填
endTime
Long
结束时间戳(毫秒)
必填
electricDetail
String
金额计算详情(具体内容见说明 汽车桩订单若有计算详情则返回,二轮车无此值) 若因汽车桩问题由平台强制结束订单无计算详情不返回
可选
响应参数
参数名
类型
描述
必填
data
object
数据字典
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
error
String
错误信息 Error message
必填
code
String
错误码 error code
必填