GC-Proto/proto/GetPlayerTokenRsp.proto

44 lines
1.2 KiB
Protocol Buffer
Raw Normal View History

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
2023-02-28 06:08:38 +03:00
import "StopServerInfo.proto";
2023-04-11 11:18:47 +03:00
// CmdId: 196
// Name: OLEDCBIOIBM
2022-11-06 15:30:21 +03:00
message GetPlayerTokenRsp {
2023-04-11 11:18:47 +03:00
string birthday = 1258;
string msg = 11;
string sign = 907;
bytes security_cmd_buffer = 9; // JLOPICGGPBP
uint32 blackUidEndTime = 12; //CIJNPHDIOND
uint32 reg_platform = 834; // KDIHPMJOCPG
uint32 platform_type = 1;
uint32 channel_id = 1156;
int32 retcode = 10;
string account_uid = 4;
uint32 IEPOFPNOOKD = 1572;
string token = 15;
uint32 key_id = 1470;
uint32 LFPHHMGKIIP = 1474;
string server_rand_key = 1291;
bool cloudClientIp = 1058; // MPKKNNFFINM
bool is_proficient_player = 14;
uint32 tag = 1489;
uint32 uid = 13;
uint64 secret_key_seed = 5;
string country_code = 446; // AAEIDEMEKFF
StopServerInfo stop_server = 1928;
2023-02-28 06:08:38 +03:00
bool is_guest = 2;
2023-04-11 11:18:47 +03:00
uint32 JJNLKCNPOLA = 7; // JJNLKCNPOLA
bool EHGCBOCIJPA = 1881;
uint32 account_type = 6; // FGAKKMHIKHF
string client_version_random_key = 238;
string secret_key = 3;
bytes MFPGIGPEFBK = 8;
repeated uint32 finish_collection_id_list = 785;
string psn_id = 1146;
string client_ip_str = 265; // HKNHLNJCCLP
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00