WanPai.xcodeproj/project.pbxproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WanPai/Network/Services.swift | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WanPai.xcodeproj/project.pbxproj
@@ -2402,7 +2402,7 @@ CODE_SIGN_ENTITLEMENTS = WanPai/WanPaiDebug.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 20; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 2MWV8K39DV; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2471,7 +2471,7 @@ "$(inherited)", "$(PROJECT_DIR)/WanPai/YYPaymentManager/WeChatPay", ); MARKETING_VERSION = 2.1.0; MARKETING_VERSION = 2.1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -2603,7 +2603,7 @@ CODE_SIGN_ENTITLEMENTS = WanPai/WanPaiRelease.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 20; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 2MWV8K39DV; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2673,7 +2673,7 @@ "$(inherited)", "$(PROJECT_DIR)/WanPai/YYPaymentManager/WeChatPay", ); MARKETING_VERSION = 2.1.0; MARKETING_VERSION = 2.1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", 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 {