mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 18:09:54 +08:00
登录报文新增凭据字段,应对后续特殊认证需求
This commit is contained in:
@@ -50,7 +50,8 @@ message DownlinkRestMessage {
|
||||
}
|
||||
|
||||
message LoginRequest {
|
||||
string pileCode = 3;
|
||||
string pileCode = 2;
|
||||
string credential = 3;
|
||||
string remoteAddress = 4;
|
||||
string nodeId = 10;
|
||||
string nodeWebapiIpPort = 11;
|
||||
|
||||
Reference in New Issue
Block a user