Commit 1f42b525 authored by 李震's avatar 李震

更新GMPhobos

parent b9841834
...@@ -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"];
......
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