GC-Proto/proto/GetPlayerTokenRsp.proto

17 lines
402 B
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";
2024-04-21 23:51:36 +03:00
2024-05-22 14:51:09 +03:00
// 4.6.0
// CmdId: 4867
2022-11-06 15:30:21 +03:00
message GetPlayerTokenRsp {
2024-05-22 14:51:09 +03:00
string country_code = 1096;
uint32 key_id = 1411;
string client_ip_str = 703;
string server_rand_key = 1118;
string token = 14;
2023-08-17 14:18:58 +03:00
string account_uid = 3;
2024-05-22 14:51:09 +03:00
string sign = 477;
uint32 uid = 13;
string client_version_random_key = 207;
uint32 platform_type = 15; //15 or 1795
}