From 1b75854ddc7d5a9f2607c4cc29dee1bf9e895b2d Mon Sep 17 00:00:00 2001 From: Yuuki <6851027-yukiz@users.noreply.gitlab.com> Date: Sun, 20 Aug 2023 10:34:25 +0800 Subject: [PATCH] add reg_platform --- proto/GetPlayerTokenRsp.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/GetPlayerTokenRsp.proto b/proto/GetPlayerTokenRsp.proto index 2d3ee95e..cf11096c 100644 --- a/proto/GetPlayerTokenRsp.proto +++ b/proto/GetPlayerTokenRsp.proto @@ -27,7 +27,7 @@ message GetPlayerTokenRsp { StopServerInfo stop_server = 875; uint32 channel_id = 259; uint32 platform_type = 5; - uint32 EMFDHANIAHH = 1241; + uint32 reg_platform = 1241; string account_uid = 3; uint32 uid = 7; uint32 tag = 1572;