SK_LongZhu
DESKTOP-RH64908\Administrator 2025-06-30 16:11:17 +08:00
parent b2ff7d1952
commit ba28c2ef3e
1 changed files with 2 additions and 0 deletions

View File

@ -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)