顾海波

【需求】宽高INT

@@ -177,8 +177,8 @@ class AutoTrackQueue { @@ -177,8 +177,8 @@ class AutoTrackQueue {
177 '\$device_id': AutoTrackConfigManager.instance.deviceId, 177 '\$device_id': AutoTrackConfigManager.instance.deviceId,
178 '\$timezone_offset': getZoneOffset(), 178 '\$timezone_offset': getZoneOffset(),
179 "\$manufacturer": manufacturer, 179 "\$manufacturer": manufacturer,
180 - "\$screen_width": size.width,  
181 - "\$screen_height": size.height, 180 + "\$screen_width": size.width.toInt(),
  181 + "\$screen_height": size.width.toInt(),
182 "\$app_id": AutoTrackConfigManager.instance.pkgName, 182 "\$app_id": AutoTrackConfigManager.instance.pkgName,
183 "\$lib_version": "6.0.0", 183 "\$lib_version": "6.0.0",
184 "\$network_type": map[connectivityResult], 184 "\$network_type": map[connectivityResult],