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

47 lines
1.1 KiB
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "StopServerInfo.proto";
// todo
message GetPlayerTokenRsp {
int32 retcode = 4; // ?
string msg = 12; // ?
uint32 uid = 1; // OK
string token = 11; // ?
uint32 account_type = 1585; // ?
bool is_proficient_player = 8; // ?
uint64 secret_key_seed = 13; // ?
bytes security_cmd_buffer = 15; // ?
uint32 platform_type = 5; // ?
uint32 channel_id = 259; // OK
string country_code = 1643; // OK
string client_version_random_key = 678; // ?
uint32 reg_platform = 1241; // ?
string client_ip_str = 1921; // ?
uint32 blackUidEndTime = 10; // ?
string server_rand_key = 1145; // OK
StopServerInfo stop_server = 875; // ?
string sign = 733; // OK
string account_uid = 3;
uint32 tag = 1572;
string birthday = 1437;
uint32 key_id = 1676;
bool is_guest = 2;
repeated uint32 finish_collection_id_list = 451;
bytes extra_bin_data = 7;
string psn_id = 1790;
uint32 sub_channel_id = 14;
string secret_key = 9;
uint32 cloudClientIp = 508;
uint32 KCFIGJAPNIB = 6;
bool PELBMOHDKHJ = 1292;
bool ILGBPPMFHIF = 1962;
}