顾海波

【需求】宽高INT

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