This commit is contained in:
启星
2026-01-04 14:01:30 +08:00
parent bfcac8ab2c
commit 5ab030701c
97 changed files with 2068 additions and 267 deletions

View File

@@ -209,10 +209,7 @@ static NSInteger HTTP_ERROR_CODE = 0;
return nil;
}
if (!([urlString hasPrefix:@"http"] || [urlString hasPrefix:@"https"])) {
NSString *server = ServerUrl;
if (QXGlobal.shareGlobal.isNeedChangeServer) {
server = RServerUrl;
}
NSString *server = QXGlobal.shareGlobal.currentServer;
urlString = [NSString stringWithFormat:@"%@%@",server,urlString];
}
NSLog(@"发起请求 --- URL %@",urlString);