Commit a582396e authored by 井庆林's avatar 井庆林

添加埋点参数model、sys_version

parent e954a7ce
......@@ -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