diff --git a/account.proto b/account.proto index 7736192..d07cab9 100644 --- a/account.proto +++ b/account.proto @@ -11,7 +11,7 @@ message ServiceInfo { int32 gmport = 5; } -message LoginRsp { +message AccountLoginRsp { string token = 1; repeated ServiceInfo game_service = 2; } -- libgit2 0.21.2