mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 20:02:26 +08:00
重新加回proto
This commit is contained in:
46
protocol/proto/GetPlayerTokenReq.proto
Normal file
46
protocol/proto/GetPlayerTokenReq.proto
Normal file
@@ -0,0 +1,46 @@
|
||||
// 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: 172
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message GetPlayerTokenReq {
|
||||
string account_token = 10;
|
||||
string account_uid = 11;
|
||||
string psn_region = 4;
|
||||
string online_id = 7;
|
||||
uint32 channel_id = 15;
|
||||
string account_ext = 9;
|
||||
string country_code = 5;
|
||||
string client_rand_key = 760;
|
||||
bool is_guest = 6;
|
||||
string birthday = 1718;
|
||||
uint32 sub_channel_id = 8;
|
||||
uint32 platform_type = 12;
|
||||
string client_ip_str = 3;
|
||||
string psn_id = 13;
|
||||
uint32 account_type = 1;
|
||||
uint32 minors_reg_min_age = 995;
|
||||
uint32 cloud_client_ip = 14;
|
||||
uint32 key_id = 1787;
|
||||
uint32 uid = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user