mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 20:02:26 +08:00
重新加回proto
This commit is contained in:
57
protocol/proto/GetPlayerTokenRsp.proto
Normal file
57
protocol/proto/GetPlayerTokenRsp.proto
Normal file
@@ -0,0 +1,57 @@
|
||||
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
||||
// Copyright (C) 2022 Sorapointa Team
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as
|
||||
// published by the Free Software Foundation, either version 3 of the
|
||||
// License, or (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
option go_package = "./proto;proto";
|
||||
|
||||
// CmdId: 198
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetPlayerTokenRsp {
|
||||
string birthday = 937;
|
||||
int32 retcode = 2;
|
||||
bytes security_cmd_buffer = 6;
|
||||
uint64 secret_key_seed = 13;
|
||||
string country_code = 2013;
|
||||
bytes extra_bin_data = 3;
|
||||
string secret_key = 15;
|
||||
uint32 minors_reg_min_age = 1561;
|
||||
uint32 black_uid_end_time = 14;
|
||||
uint32 tag = 1635;
|
||||
string token = 11;
|
||||
uint32 gm_uid = 10;
|
||||
uint32 channel_id = 896;
|
||||
string psn_id = 1811;
|
||||
string client_ip_str = 860;
|
||||
string msg = 7;
|
||||
uint32 account_type = 5;
|
||||
uint32 sub_channel_id = 1802;
|
||||
bool is_watchdog_uid = 2028;
|
||||
string server_rand_key = 1493;
|
||||
bool is_proficient_player = 9;
|
||||
uint32 key_id = 1172;
|
||||
uint32 uid = 1;
|
||||
string account_uid = 12;
|
||||
bool is_guest = 4;
|
||||
string client_version_random_key = 1529;
|
||||
repeated uint32 finish_collection_id_list = 1640;
|
||||
uint32 platform_type = 8;
|
||||
uint32 reg_platform = 1112;
|
||||
bool is_login_white_list = 573;
|
||||
string sign = 1140;
|
||||
}
|
||||
Reference in New Issue
Block a user