Merge remote-tracking branch '红中/master-feat-lvneng-0911'

# Conflicts:
#	jcpp-app/src/main/java/sanbing/jcpp/app/service/PileProtocolService.java
#	jcpp-infrastructure-proto/src/main/proto/downlink.proto
#	jcpp-infrastructure-proto/src/main/proto/uplink.proto
This commit is contained in:
三丙
2025-09-13 16:44:00 +08:00
16 changed files with 644 additions and 5 deletions

View File

@@ -45,8 +45,9 @@ message UplinkQueueMessage {
TimeSyncResponse timeSyncResponse = 42;
BmsDemandChargerOutputProto bmsDemandChargerOutputProto = 43;
StartChargeRequest startChargeRequest = 44;
OfflineCardClearResponse offlineCardClearResponse = 45;
OfflineCardQueryResponse offlineCardQueryResponse = 46;
SetQrcodeResponse setQrcodeResponse = 45;
OfflineCardClearResponse offlineCardClearResponse = 46;
OfflineCardQueryResponse offlineCardQueryResponse = 47;
}
// 会话关闭事件
@@ -376,3 +377,10 @@ message BmsDemandChargerOutputProto {
string tradeNo = 6;
optional string additionalInfo = 20;
}
// 设置二维码响应
message SetQrcodeResponse {
bool success = 1;
string pileCode = 4;
int32 type = 7;
int32 startAddr = 8;
}