SK_LongZhu
parent
b2ff7d1952
commit
ba28c2ef3e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue