GC-Proto/proto/GetPlayerTokenReq.proto

32 lines
734 B
Protocol Buffer
Raw Normal View History

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";
2023-02-28 06:08:38 +03:00
// Name: JOOGNGFNALJ
// CmdId: 167
2022-11-06 15:30:21 +03:00
message GetPlayerTokenReq {
2023-02-28 06:08:38 +03:00
uint32 channel_id = 3;
uint32 account_type = 2;
string account_token = 13;
string birthday = 41;
string client_ip_str = 8;
bool is_guest = 10;
string online_id = 14;
string client_rand_key = 2038;
uint32 BGELCCHCJDG = 1806;
string account_uid = 7;
string psn_id = 15;
string HBEOMFDDEPG = 11;
string DDBJAFAFLNP = 1053;
uint32 uid = 1;
uint32 DMBKJKNPKBC = 1662;
uint32 sub_channel_id = 4;
uint32 platform_type = 12;
string EDGJFDAKLKN = 9;
string country_code = 6;
uint32 GHBLLEHOHNP = 5;
uint32 key_id = 915;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00