c1
This commit is contained in:
parent
976f219938
commit
b4fd1c5974
@ -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(),
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user