GC-Proto/proto/GetPlayerTokenReq.proto

47 lines
1.4 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";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
// CmdId: 175
2023-05-23 13:12:42 +03:00
// Obf: EGDLBMIOIEC
2022-11-06 15:30:21 +03:00
message GetPlayerTokenReq {
2023-05-23 13:12:42 +03:00
string FFHPIJBCIIF = 848;
uint32 cloudClientIp = 732;
string birthday = 125;
uint32 account_type = 7;
2023-05-23 13:12:42 +03:00
uint32 EOFMJLNBLJC = 11;
string client_rand_key = 1808;
string online_id = 13;
string psn_id = 6;
string account_uid = 9;
bool is_guest = 15;
string client_ip_str = 14;
uint32 sub_channel_id = 2;
uint32 uid = 12;
2023-05-23 13:12:42 +03:00
uint32 PHMANCBCDDA = 1247;
uint32 channel_id = 3;
uint32 key_id = 1998;
2023-05-23 13:12:42 +03:00
string HCOCMCHAABD = 4;
string account_token = 8;
string country_code = 5;
2023-05-23 13:12:42 +03:00
string COHFMJFNHGE = 1;
uint32 platform_type = 10;
2022-11-06 15:30:21 +03:00
}