Commit a953ff89 authored by 艾娇平's avatar 艾娇平

WMNetService文件

删除apiSecurityHost变量(废弃)
parent 18ead5b6
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
@property (nonatomic, strong) WMNetSecurityWorking *netSecurityworking; @property (nonatomic, strong) WMNetSecurityWorking *netSecurityworking;
/*** @brief 普通HTTP HOST*/ /*** @brief 普通HTTP HOST*/
@property (nonatomic, strong) NSString *apiHost; @property (nonatomic, strong) NSString *apiHost;
/*** @brief 安全HTTPS HOST*/
@property (nonatomic, strong) NSString *apiSecurityHost;
@property (nonatomic, strong) NSString *webHost; @property (nonatomic, strong) NSString *webHost;
@property (nonatomic, strong) NSString *loginExpiredName; @property (nonatomic, strong) NSString *loginExpiredName;
......
...@@ -194,8 +194,4 @@ ...@@ -194,8 +194,4 @@
_networking = [GMHTTPSessionManager shareInstanceWithApiHost:_apiHost]; _networking = [GMHTTPSessionManager shareInstanceWithApiHost:_apiHost];
} }
- (void)setApiSecurityHost:(NSString *)apiSecurityHost{
_apiSecurityHost = apiSecurityHost;
_netSecurityworking = [GMHTTPSessionManager shareInstanceWithApiHost:_apiSecurityHost];
}
@end @end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment