GC-Proto/proto/GetPlayerTokenReq.proto

38 lines
752 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
message GetPlayerTokenReq {
2023-01-28 17:00:48 +03:00
enum HOJPANHOIDB {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 105;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
2022-12-05 15:02:30 +03:00
2023-01-28 17:00:48 +03:00
uint32 platformType = 10;
string Unk3300_PHNOHCKIHIA = 6;
string countryCode = 1;
string clientIpStr = 8;
uint32 Unk3300_PMGFBMJNNCL = 13;
uint32 keyId = 294;
string Unk3300_PKONAOIDNFK = 9;
uint32 accountType = 5;
bool isGuest = 14;
uint32 cloudClientIp = 1399;
string birthday = 65;
string onlineId = 12;
uint32 uid = 11;
string clientRandKey = 776;
uint32 subChannelId = 7;
string accountUid = 4;
string accountToken = 2;
string psnId = 15;
uint32 channelId = 3;
uint32 lang = 904;
2022-11-06 15:30:21 +03:00
}