This commit is contained in:
puxuan 2025-05-05 22:22:19 +08:00
parent 976f219938
commit b4fd1c5974
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ end
function SDKManager:getServerList(callback) function SDKManager:getServerList(callback)
local postData = { local postData = {
project_id = "b6", project_id = "c1",
bundle_id = Platform:getIdentifier(), bundle_id = Platform:getIdentifier(),
version = Platform:getClientVersion(), version = Platform:getClientVersion(),
device_id = DeviceHelper:getDeviceId(), device_id = DeviceHelper:getDeviceId(),

View File

@ -43,7 +43,7 @@ NetManager.LOGIN_TYPE = {
function NetManager:getGate() function NetManager:getGate()
if EDITOR_MODE then if EDITOR_MODE then
return "http://game.juzugame.com:3000" return "https://entrance.wdd817.link"
else else
return "https://d3ksek7t8d0wbt.cloudfront.net/" return "https://d3ksek7t8d0wbt.cloudfront.net/"
end end