GC-Proto/proto/GetPlayerTokenReq.proto
2024-04-22 04:51:36 +08:00

30 lines
643 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// todo
message GetPlayerTokenReq {
string account_uid = 14;
string account_token = 10;
uint32 platform_type = 9;
uint32 key_id = 728;
string client_rand_key = 514;
string online_id = 1;
string psn_id = 12;
uint32 channel_id = 5;
uint32 sub_channel_id = 7;
uint32 account_type = 2;
string client_ip_str = 11;
uint32 cloudClientIp = 177;
string birthday = 828;
uint32 uid = 13;
string country_code = 15;
bool is_guest = 6;
string FAOAMMHOOHL = 1457;
uint32 FCPDNLHOBNK = 8;
string GIKAFFPKLOE = 4;
string LODOCFKABDG = 3;
uint32 OGNFFAEKDBO = 652;
}