r
1 天以前 40d2509d9b7ba38e79fd023a2049e3bd5492d3b6
WanPai/Network/Services.swift
@@ -14,20 +14,22 @@
#if DEBUG
//let All_Url = "http://192.168.110.80:56666" //正式地址
//let All_Url = "http://vbef9arg13uu.guyubao.com"
let All_Url = "http://221.182.45.100:1234" //正式地址
let Game_Url = "http://221.182.45.100:1234"
//let All_Url = "http://221.182.45.100:1234" //测试
//let Game_Url = "http://221.182.45.100:1234"
let All_Url = "http://8.137.22.229:56666" //正式地址
let Game_Url = "https://port.daowepark.com"
//let All_Url = "https://y6cgd7wo3ooa.guyubao.com" //正式地址
//let Game_Url = "https://y6cgd7wo3ooa.guyubao.com"
//let Socket_Url = "192.168.110.22"
#else
//let All_Url = "http://8.137.22.229:56666" //正式地址
//let Game_Url = "https://port.daowepark.com"
let All_Url = "http://221.182.45.100:1234" //正式地址
let Game_Url = "http://221.182.45.100:1234"
//let Socket_Url = "192.168.110.22"
////let All_Url = "http://8.137.22.229:56666" //正式地址
////let Game_Url = "https://port.daowepark.com"
////let Socket_Url = "192.168.110.22"
let All_Url = "http://8.137.22.229:56666" //正式地址
//let Game_Url = "https://port.daowepark.com"//正式地址
let Game_Url = "https://port.daowepark.com"
#endif
class Services: NSObject {