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-18 04:48:44 +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 04:12:44 +03:00
import "StopServerInfo.proto";
2023-02-18 04:48:44 +03:00
2023-04-11 06:14:48 +03:00
// CmdId: 196
// Name: OLEDCBIOIBM
2022-11-06 15:30:21 +03:00
message GetPlayerTokenRsp {
2023-04-11 06:14:48 +03:00
string birthday = 1258;
string msg = 11;
string sign = 907;
bytes JLOPICGGPBP = 9;
uint32 CIJNPHDIOND = 12;
uint32 KDIHPMJOCPG = 834;
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 MPKKNNFFINM = 1058;
bool is_proficient_player = 14;
uint32 tag = 1489;
uint32 uid = 13;
uint64 secret_key_seed = 5;
string AAEIDEMEKFF = 446;
StopServerInfo stop_server = 1928;
2023-02-28 04:12:44 +03:00
bool is_guest = 2;
2023-04-11 06:14:48 +03:00
uint32 JJNLKCNPOLA = 7;
bool EHGCBOCIJPA = 1881;
uint32 FGAKKMHIKHF = 6;
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 HKNHLNJCCLP = 265;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00