From 40d2509d9b7ba38e79fd023a2049e3bd5492d3b6 Mon Sep 17 00:00:00 2001
From: r <r@gmail.com>
Date: 星期三, 10 九月 2025 14:33:51 +0800
Subject: [PATCH] 正式地址

---
 WanPai.xcodeproj/project.pbxproj |    8 ++++----
 WanPai/Network/Services.swift    |   18 ++++++++++--------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/WanPai.xcodeproj/project.pbxproj b/WanPai.xcodeproj/project.pbxproj
index 6063e70..a1b42fb 100644
--- a/WanPai.xcodeproj/project.pbxproj
+++ b/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",
diff --git a/WanPai/Network/Services.swift b/WanPai/Network/Services.swift
index 2592c92..21fae0c 100644
--- a/WanPai/Network/Services.swift
+++ b/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 {

--
Gitblit v1.7.1