GC-Proto/proto/GetPlayerTokenRsp.proto

44 lines
1.1 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-02-28 06:08:38 +03:00
// Name: IDKFAIPPJEI
// CmdId: 175
2022-11-06 15:30:21 +03:00
message GetPlayerTokenRsp {
2023-02-28 06:08:38 +03:00
uint32 uid = 15;
bool BMOLHAGDMHP = 1113;
uint32 tag = 1419;
bytes security_cmd_buffer = 9;
string token = 1;
string client_version_random_key = 185;
string country_code = 1406;
uint32 gm_uid = 14;
uint32 key_id = 687;
repeated uint32 finish_collection_id_list = 184;
uint64 secret_key_seed = 8;
uint32 sub_channel_id = 11;
uint32 channel_id = 1757;
bool is_guest = 2;
uint32 account_type = 207;
string sign = 531;
bool IPMOMIJILHF = 723;
string psn_id = 445;
uint32 platform_type = 6;
string server_rand_key = 1937;
bytes extra_bin_data = 4;
string msg = 13;
bool is_proficient_player = 10;
int32 retcode = 5;
string secret_key = 7;
string account_uid = 3;
2023-03-07 05:02:26 +03:00
uint32 cloudClientIp = 1043; //BGELCCHCJDG
uint32 blackUidEndTime = 12; // LBCGKJHALNG
2023-02-28 06:08:38 +03:00
string client_ip_str = 1563;
uint32 reg_platform = 751;
string birthday = 1398;
StopServerInfo stop_server = 628;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00