不使用DNS,更换域名

This commit is contained in:
kai60 2022-02-20 10:45:47 +08:00
parent 496501a76f
commit a5782c83fd
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
[self sendExceptionLogWithData:data path:dataPath];
}*/
[self setupHTTPDNS];
// [self setupHTTPDNS];
#ifdef __OPTIMIZE__
[AvoidCrash becomeEffective];

View File

@ -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]