generated from VLADIMIR/template
add security
This commit is contained in:
+5
-3
@@ -805,7 +805,8 @@ message GiveTeamApplicationsRsp {
|
||||
}
|
||||
|
||||
message GetTeamActionsReq {
|
||||
int64 id = 1;
|
||||
int64 id = 1;
|
||||
string password = 2;
|
||||
}
|
||||
|
||||
message GetTeamActionsRsp {
|
||||
@@ -814,8 +815,9 @@ message GetTeamActionsRsp {
|
||||
}
|
||||
|
||||
message AddTeamActionReq {
|
||||
int64 id = 1;
|
||||
string code = 2;
|
||||
int64 id = 1;
|
||||
string password = 2;
|
||||
string code = 3;
|
||||
}
|
||||
|
||||
message AddTeamActionRsp {
|
||||
|
||||
Reference in New Issue
Block a user