mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-18 00:38:24 +08:00
reset
This commit is contained in:
@@ -749,10 +749,11 @@ public class DefaultPileProtocolService implements PileProtocolService {
|
|||||||
String tradeNo = bmsDemandChargerOutputProto.getTradeNo();
|
String tradeNo = bmsDemandChargerOutputProto.getTradeNo();
|
||||||
String additionalInfo = bmsDemandChargerOutputProto.getAdditionalInfo();
|
String additionalInfo = bmsDemandChargerOutputProto.getAdditionalInfo();
|
||||||
log.info("充电过程BMS需求与充电机输出信息: 桩编码: {}, 枪号: {}, 交易流水号: {}, 附加信息: {}",
|
log.info("充电过程BMS需求与充电机输出信息: 桩编码: {}, 枪号: {}, 交易流水号: {}, 附加信息: {}",
|
||||||
pileCode, gunCode, tradeNo, additionalInfo);
|
pileCode, gunCode, tradeNo, additionalInfo);
|
||||||
// TODO 处理相关业务逻辑
|
// TODO 处理相关业务逻辑
|
||||||
callback.onSuccess();
|
callback.onSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 将Proto状态转换为数据库枚举状态
|
* 将Proto状态转换为数据库枚举状态
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -527,5 +527,4 @@ message BmsDemandChargerOutputProto {
|
|||||||
string gunCode = 5;
|
string gunCode = 5;
|
||||||
string tradeNo = 6;
|
string tradeNo = 6;
|
||||||
optional string additionalInfo = 20;
|
optional string additionalInfo = 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,5 +134,3 @@
|
|||||||
|
|
||||||
#### 0x55 对时设置应答
|
#### 0x55 对时设置应答
|
||||||
`68 12 01 00 00 55 20 23 12 12 00 00 10 E0 2E 0C 0C 15 08 19 AB 37`
|
`68 12 01 00 00 55 20 23 12 12 00 00 10 E0 2E 0C 0C 15 08 19 AB 37`
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user