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
1f42b525
Commit
1f42b525
authored
Apr 01, 2019
by
李震
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新GMPhobos
parent
b9841834
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Phobos.m
GMPhobos/Classes/Phobos.m
+5
-5
No files found.
GMPhobos/Classes/Phobos.m
View file @
1f42b525
...
@@ -407,13 +407,13 @@ static NSString *sdkVersion = @"110";
...
@@ -407,13 +407,13 @@ static NSString *sdkVersion = @"110";
_netStatus
,
@"is_WiFi"
,
_netStatus
,
@"is_WiFi"
,
[
PhobosUtil
getIPAddress
:
YES
],
@"ip"
,
nil
];
[
PhobosUtil
getIPAddress
:
YES
],
@"ip"
,
nil
];
NSMutableDictionary
*
appParams
=
[
NSMutableDictionary
dictionaryWithObjectsAndKeys
:
NSMutableDictionary
*
appParams
=
[
NSMutableDictionary
dictionaryWithObjectsAndKeys
:
_greyType
,
@"grey_type"
,
self
.
appName
,
@"name"
,
self
.
appName
,
@"name"
,
self
.
appVersion
,
@"version"
,
self
.
appVersion
,
@"version"
,
self
.
channelId
,
@"channel"
,
self
.
channelId
,
@"channel"
,
_userType
,
@"user_type"
,
_userType
,
@"user_type"
,
self
.
currentCityId
,
@"current_city_id"
,
self
.
currentCityId
,
@"current_city_id"
,
@
(
_serialId
++
),
@"serial_id"
,
@
(
_serialId
++
),
@"serial_id"
,
nil
];
_greyType
,
@"grep_type"
,
nil
];
if
(
_signingType
==
PhobosSigningTypeDebug
||
_signingType
==
PhobosSigningTypeRelease
)
{
if
(
_signingType
==
PhobosSigningTypeDebug
||
_signingType
==
PhobosSigningTypeRelease
)
{
[
dict
setObject
:
@
(
0
)
forKey
:
@"is_release"
];
[
dict
setObject
:
@
(
0
)
forKey
:
@"is_release"
];
...
...
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