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-02 04:57:20 +03:00
|
|
|
|
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;
|
2023-04-15 18:14:00 +03:00
|
|
|
bytes extra_bin_data = 9;
|
|
|
|
uint32 account_type = 12; // CIJNPHDIOND
|
|
|
|
uint32 blackUidEndTime = 834; // KDIHPMJOCPG
|
2023-04-11 11:18:47 +03:00
|
|
|
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;
|
2023-04-15 18:14:00 +03:00
|
|
|
uint32 reg_platform = 1474; // LFPHHMGKIIP
|
2023-04-11 11:18:47 +03:00
|
|
|
string server_rand_key = 1291;
|
2023-04-15 18:14:00 +03:00
|
|
|
bool MPKKNNFFINM = 1058;
|
2023-04-11 11:18:47 +03:00
|
|
|
bool is_proficient_player = 14;
|
|
|
|
uint32 tag = 1489;
|
|
|
|
uint32 uid = 13;
|
|
|
|
uint64 secret_key_seed = 5;
|
2023-04-15 18:14:00 +03:00
|
|
|
string country_code = 446;
|
2023-04-11 11:18:47 +03:00
|
|
|
StopServerInfo stop_server = 1928;
|
2023-02-28 06:08:38 +03:00
|
|
|
bool is_guest = 2;
|
2023-04-15 18:14:00 +03:00
|
|
|
uint32 JJNLKCNPOLA = 7;
|
2023-04-11 11:18:47 +03:00
|
|
|
bool EHGCBOCIJPA = 1881;
|
2023-04-15 18:14:00 +03:00
|
|
|
uint32 FGAKKMHIKHF = 6;
|
2023-04-11 11:18:47 +03:00
|
|
|
string client_version_random_key = 238;
|
|
|
|
string secret_key = 3;
|
2023-04-15 18:14:00 +03:00
|
|
|
bytes security_cmd_buffer = 8;
|
2023-04-11 11:18:47 +03:00
|
|
|
repeated uint32 finish_collection_id_list = 785;
|
2023-04-15 18:14:00 +03:00
|
|
|
string psn_id = 1146;
|
|
|
|
string client_ip_str = 265;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|