Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMNetService
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMNetService
Commits
a953ff89
Commit
a953ff89
authored
Nov 02, 2018
by
艾娇平
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WMNetService文件
删除apiSecurityHost变量(废弃)
parent
18ead5b6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
WMNetService.h
GMNetService/Classes/WMNetService.h
+0
-2
WMNetService.m
GMNetService/Classes/WMNetService.m
+0
-4
No files found.
GMNetService/Classes/WMNetService.h
View file @
a953ff89
...
...
@@ -29,8 +29,6 @@
@property
(
nonatomic
,
strong
)
WMNetSecurityWorking
*
netSecurityworking
;
/*** @brief 普通HTTP HOST*/
@property
(
nonatomic
,
strong
)
NSString
*
apiHost
;
/*** @brief 安全HTTPS HOST*/
@property
(
nonatomic
,
strong
)
NSString
*
apiSecurityHost
;
@property
(
nonatomic
,
strong
)
NSString
*
webHost
;
@property
(
nonatomic
,
strong
)
NSString
*
loginExpiredName
;
...
...
GMNetService/Classes/WMNetService.m
View file @
a953ff89
...
...
@@ -194,8 +194,4 @@
_networking
=
[
GMHTTPSessionManager
shareInstanceWithApiHost
:
_apiHost
];
}
-
(
void
)
setApiSecurityHost
:
(
NSString
*
)
apiSecurityHost
{
_apiSecurityHost
=
apiSecurityHost
;
_netSecurityworking
=
[
GMHTTPSessionManager
shareInstanceWithApiHost
:
_apiSecurityHost
];
}
@end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment