Commit b9841834 authored by 李震's avatar 李震

iOS-bugfix @李泽霞 iOS-IOS-美购首页PV事件grey_type不在app中

parent d6b4347e
...@@ -409,10 +409,11 @@ static NSString *sdkVersion = @"110"; ...@@ -409,10 +409,11 @@ static NSString *sdkVersion = @"110";
NSMutableDictionary *appParams = [NSMutableDictionary dictionaryWithObjectsAndKeys: NSMutableDictionary *appParams = [NSMutableDictionary dictionaryWithObjectsAndKeys:
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",nil]; @(_serialId++), @"serial_id",
_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"];
...@@ -425,7 +426,6 @@ static NSString *sdkVersion = @"110"; ...@@ -425,7 +426,6 @@ static NSString *sdkVersion = @"110";
[dict setObject:currentTime forKey:@"create_at"]; [dict setObject:currentTime forKey:@"create_at"];
[dict setObject:attributes forKey:@"params"]; [dict setObject:attributes forKey:@"params"];
[dict setObject:_sessionId forKey:@"app_session_id"]; [dict setObject:_sessionId forKey:@"app_session_id"];
[dict setObject:_greyType forKey:@"grep_type"];
} }
@catch (NSException *exception) { @catch (NSException *exception) {
phobosLog(exception); phobosLog(exception);
......
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