mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 02:19:56 +08:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user