交友房初步完成
This commit is contained in:
@@ -206,7 +206,7 @@ static NSInteger HTTP_ERROR_CODE = 0;
|
||||
if (fail)fail(NOT_NETWORK_ERROR,@"无网络",nil);
|
||||
return nil;
|
||||
}
|
||||
if (![urlString hasPrefix:@"http"] || ![urlString hasPrefix:@"https"]) {
|
||||
if (!([urlString hasPrefix:@"http"] || [urlString hasPrefix:@"https"])) {
|
||||
urlString = [NSString stringWithFormat:@"%@%@",ServerUrl,urlString];
|
||||
}
|
||||
NSLog(@"发起请求 --- URL : %@",urlString);
|
||||
|
||||
Reference in New Issue
Block a user