GC-Proto/proto/GetPlayerTokenReq.proto

30 lines
643 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
// todo
2022-11-06 15:30:21 +03:00
message GetPlayerTokenReq {
2024-04-21 23:51:36 +03:00
string account_uid = 14;
string account_token = 10;
uint32 platform_type = 9;
uint32 key_id = 728;
string client_rand_key = 514;
2023-08-17 14:18:58 +03:00
string online_id = 1;
2024-04-21 23:51:36 +03:00
string psn_id = 12;
uint32 channel_id = 5;
2023-08-17 14:18:58 +03:00
uint32 sub_channel_id = 7;
2024-04-21 23:51:36 +03:00
uint32 account_type = 2;
string client_ip_str = 11;
2023-08-17 14:18:58 +03:00
uint32 cloudClientIp = 177;
string birthday = 828;
uint32 uid = 13;
string country_code = 15;
2024-04-21 23:51:36 +03:00
bool is_guest = 6;
2023-08-17 14:18:58 +03:00
string FAOAMMHOOHL = 1457;
2024-04-21 23:51:36 +03:00
uint32 FCPDNLHOBNK = 8;
string GIKAFFPKLOE = 4;
string LODOCFKABDG = 3;
uint32 OGNFFAEKDBO = 652;
2022-11-06 15:30:21 +03:00
}