generated from VLADIMIR/template
fix login
This commit is contained in:
+5
-3
@@ -104,8 +104,9 @@ message GetTeamsCSVRsp {
|
||||
message TeamAdvanced {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
int64 spendTime = 3;
|
||||
repeated Application applications = 4;
|
||||
string password = 3;
|
||||
int64 spendTime = 4;
|
||||
repeated Application applications = 5;
|
||||
}
|
||||
|
||||
message Application {
|
||||
@@ -117,7 +118,8 @@ message Application {
|
||||
message GetTeamReq {}
|
||||
|
||||
message GetTeamRsp {
|
||||
repeated Action actions = 1;
|
||||
string name = 1;
|
||||
repeated Action actions = 2;
|
||||
}
|
||||
|
||||
message AddActionReq {
|
||||
|
||||
Reference in New Issue
Block a user