GC-Proto/proto/GetPlayerTokenRsp.proto

59 lines
1.7 KiB
Protocol Buffer
Raw Normal View History

// https://github.com/SlushinPS/beach-simulator
// Copyright (C) 2023 Slushy Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-02-28 06:08:38 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
import "StopServerInfo.proto";
2023-05-23 13:12:42 +03:00
// CmdId: 196
// Obf: LACJKFEIOGO
2022-11-06 15:30:21 +03:00
message GetPlayerTokenRsp {
2023-05-23 13:12:42 +03:00
bool MPBPEOPDLOE = 343;
bytes security_cmd_buffer = 10;
2023-05-23 13:12:42 +03:00
bool IHPKEJKFANM = 960;
string birthday = 2027;
StopServerInfo stop_server = 647;
uint32 channel_id = 362;
bytes extra_bin_data = 3;
uint32 gm_uid = 11;
string client_ip_str = 2034;
uint32 sub_channel_id = 2;
string account_uid = 12;
uint32 tag = 1367;
string country_code = 107;
uint64 secret_key_seed = 7;
string sign = 1972;
repeated uint32 finish_collection_id_list = 1918;
string msg = 4;
uint32 platform_type = 6;
uint32 key_id = 1327;
uint32 reg_platform = 797;
2023-05-23 13:12:42 +03:00
uint32 cloudClientIp = 285;
uint32 uid = 5;
uint32 account_type = 766;
bool is_proficient_player = 8;
2023-05-23 13:12:42 +03:00
uint32 blackUidEndTime = 13;
int32 retcode = 1;
bool is_guest = 14;
string secret_key = 9;
string token = 15;
string client_version_random_key = 684;
string psn_id = 1502;
string server_rand_key = 1089;
2022-11-06 15:30:21 +03:00
}