登录报文新增凭据字段,应对后续特殊认证需求

This commit is contained in:
三丙
2024-10-09 20:44:44 +08:00
parent f6fdc9b507
commit b53cd159a7
2 changed files with 3 additions and 1 deletions

View File

@@ -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;