From 94ad9f9835566c155eb91cce377a673bd237b5cf Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 8 Nov 2024 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=A1=B5=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/trascate_webapi.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worldsrv/trascate_webapi.go b/worldsrv/trascate_webapi.go index 4085426..8911dca 100644 --- a/worldsrv/trascate_webapi.go +++ b/worldsrv/trascate_webapi.go @@ -2750,8 +2750,8 @@ func init() { } else { pack.Tag = webapiproto.TagCode_SUCCESS pack.Msg = "登录成功" - pack.Platform = ls.acc.Platform - pack.SnId = ls.acc.SnId + pack.Platform = acc.Platform + pack.SnId = acc.SnId } }