Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
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
GMPhobos
Commits
f9090490
Commit
f9090490
authored
Jun 05, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phobos 支持传入当前APP apihost
parent
56884913
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Phobos.h
GMPhobos/Classes/Phobos.h
+5
-1
No files found.
GMPhobos/Classes/Phobos.h
View file @
f9090490
...
@@ -46,7 +46,6 @@ typedef NS_ENUM (NSInteger, PhobosSigningType) {
...
@@ -46,7 +46,6 @@ typedef NS_ENUM (NSInteger, PhobosSigningType) {
*/
*/
@property
(
nonatomic
,
copy
)
NSString
*
netStatus
;
@property
(
nonatomic
,
copy
)
NSString
*
netStatus
;
/**
/**
* @brief 设置是否打印sdk的log信息,默认不开启
* @brief 设置是否打印sdk的log信息,默认不开启
*
*
...
@@ -84,6 +83,11 @@ typedef NS_ENUM (NSInteger, PhobosSigningType) {
...
@@ -84,6 +83,11 @@ typedef NS_ENUM (NSInteger, PhobosSigningType) {
*/
*/
@property
(
copy
,
nonatomic
)
NSString
*
serverAPI
;
@property
(
copy
,
nonatomic
)
NSString
*
serverAPI
;
/**
当前APP请求接口的 APIHOST(GMServerDomains.apiHost)
*/
@property
(
nonatomic
,
copy
)
NSString
*
apiHost
;
/**
/**
灰度组, since 7.7.65
灰度组, since 7.7.65
*/
*/
...
...
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