【提审切换】使用正式的参数配置

dev_chengFeng
JieLing 2021-06-30 09:53:32 +08:00
parent 068bf059a5
commit af5fa192b6
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ function this.RequestServerVersion(func)
if packId then
ChannelID = ChannelID.. packId
end
local url = LoginRoot_Url .. "jl_loginserver/getServerVersion?serverVersion=tishen1"--..ChannelID
local url = LoginRoot_Url .. "jl_loginserver/getServerVersion?serverVersion="..ChannelID
LogPink(url)
networkMgr:SendGetHttp(url, function (str)
LogPink(str)