fix login

This commit is contained in:
2025-05-20 02:04:13 +07:00
parent e0d39bbd72
commit 7de3a6324f
6 changed files with 60 additions and 30 deletions
+5 -3
View File
@@ -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 {