From a5782c83fdacdd4e9239e9d5a716579526000cb7 Mon Sep 17 00:00:00 2001 From: kai60 Date: Sun, 20 Feb 2022 10:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E4=BD=BF=E7=94=A8DNS,=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ifish/AppDelegate.m | 2 +- Ifish/Utinitys/Define.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ifish/AppDelegate.m b/Ifish/AppDelegate.m index 310e7d0..bd8ebce 100644 --- a/Ifish/AppDelegate.m +++ b/Ifish/AppDelegate.m @@ -179,7 +179,7 @@ [self sendExceptionLogWithData:data path:dataPath]; }*/ - [self setupHTTPDNS]; + // [self setupHTTPDNS]; #ifdef __OPTIMIZE__ [AvoidCrash becomeEffective]; diff --git a/Ifish/Utinitys/Define.h b/Ifish/Utinitys/Define.h index 1829204..794de3e 100644 --- a/Ifish/Utinitys/Define.h +++ b/Ifish/Utinitys/Define.h @@ -142,7 +142,7 @@ alpha:1.0] //#define SOCKETPORT @"www.zhangxinyanv5.top" // 云 @"app.ifish7.com" - static NSString* DOMAIN_NAME =@"app.ifish7.com"; + static NSString* DOMAIN_NAME =@"app.ifish7.cn"; //正式环境 #define SOCKETPORT [Define sharedDefine].server #define JIEKOUPORT [[Define sharedDefine] getRealSever]