GC-Proto/proto/GetPlayerTokenRsp.proto

47 lines
1.1 KiB
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "StopServerInfo.proto";
2024-04-21 23:51:36 +03:00
// todo
2022-11-06 15:30:21 +03:00
message GetPlayerTokenRsp {
2024-04-21 23:51:36 +03:00
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
2023-08-17 14:18:58 +03:00
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;
2024-04-21 23:51:36 +03:00
bytes extra_bin_data = 7;
2023-08-17 14:18:58 +03:00
string psn_id = 1790;
uint32 sub_channel_id = 14;
string secret_key = 9;
2023-08-17 14:18:58 +03:00
uint32 cloudClientIp = 508;
2024-04-21 23:51:36 +03:00
uint32 KCFIGJAPNIB = 6;
bool PELBMOHDKHJ = 1292;
bool ILGBPPMFHIF = 1962;
2022-11-06 15:30:21 +03:00
}