fix add team

This commit is contained in:
2026-07-29 00:59:37 +07:00
parent 1b3e0b768d
commit d1b263fa78
6 changed files with 46 additions and 10 deletions
+3 -1
View File
@@ -789,7 +789,9 @@ message AddTeamReq {
}
message AddTeamRsp {
string error = 1;
string error = 1;
int32 id = 2;
string password = 3;
}
message UpdateTeamReq {