diff --git a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua index 99c21124c4..84794ea226 100644 --- a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua @@ -377,6 +377,7 @@ function this.ShowNotice() --LogError("LoginRoot_NoticeChannel=="..LoginRoot_NoticeChannel) -- 如果有渠道包配置的id则加上 local noticeChannel = LoginRoot_NoticeChannel + --[[ local subNoticeID = PackageManager.GetSubNoticeID() if subNoticeID then noticeChannel = noticeChannel .. subNoticeID @@ -386,6 +387,7 @@ function this.ShowNotice() noticeChannel = noticeChannel .. packID end end + ]] local url = LoginRoot_Url .. "jl_loginserver/getNotice?timestamp=" .. timeStamp .. "&sign=" .. timeSign .. "&packageName=" .. noticeChannel HttpManager:SendGetHttp(url, function(str)