GC-Proto/proto/GetPlayerTokenReq.proto

27 lines
654 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-04-21 23:51:36 +03:00
2022-11-06 15:30:21 +03:00
message GetPlayerTokenReq {
2024-04-22 15:15:37 +03:00
string client_rand_key = 514;
string account_uid = 14;
uint32 key_id = 728;
uint32 OGNFFAEKDBO = 652;
uint32 account_type = 2;
uint32 channel_id = 5;
string account_token = 10;
uint32 platform_type = 9;
string psn_id = 12;
string online_id = 1;
string LODOCFKABDG = 3;
string client_ip_str = 11;
uint32 sub_channel_id = 7;
uint32 cloudClientIp = 177;
string GIKAFFPKLOE = 4;
string birthday = 828;
uint32 uid = 13;
string country_code = 15;
bool is_guest = 6;
uint32 FCPDNLHOBNK = 8;
string FAOAMMHOOHL = 1457;
2022-11-06 15:30:21 +03:00
}