Commit 23b18100 authored by 乔金柱's avatar 乔金柱

Merge branch 'jql/phobos' into 'master'

添加埋点参数model、sys_version

See merge request !37
parents 3afe4f5b a582396e
......@@ -404,6 +404,8 @@ static NSString *sdkVersion = @"110";
@(self.gps.coordinate.latitude),@"lat",
@(self.gps.coordinate.longitude),@"lng",
_netStatus,@"is_WiFi",
[UIDevice platform],@"model",
[UIDevice currentDevice].systemVersion,@"sys_version",
[PhobosUtil getIPAddress:YES],@"ip",nil];
NSMutableDictionary *appParams = [NSMutableDictionary dictionaryWithObjectsAndKeys:
_greyType, @"grey_type",
......
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