Commit 7d34c10a authored by 王雪伟's avatar 王雪伟

上报宏替换

parent 481b6520
...@@ -332,6 +332,7 @@ public class HttpClientUtils { ...@@ -332,6 +332,7 @@ public class HttpClientUtils {
url = url.replace("__LATITUDE__", ZXHCConstant.device_geo_lat);//地理位置信息, 纬度 url = url.replace("__LATITUDE__", ZXHCConstant.device_geo_lat);//地理位置信息, 纬度
url = url.replace("__LONGITUDE__", ZXHCConstant.device_geo_lon);//地理位置信息, 经度 url = url.replace("__LONGITUDE__", ZXHCConstant.device_geo_lon);//地理位置信息, 经度
url = url.replace("__IP__", ZXHCConstant.device_ip); url = url.replace("__IP__", ZXHCConstant.device_ip);
url = url.replace("__VIDEO_DURATION__", ZXHCConstant.video_click_time);//频广告上报中,点击视频时的播放时长,单位: 秒
return url; return url;
} }
......
...@@ -46,6 +46,7 @@ public class ZXHCConstant { ...@@ -46,6 +46,7 @@ public class ZXHCConstant {
public static String upY = "-999"; public static String upY = "-999";
public static String upRawX = "-999"; public static String upRawX = "-999";
public static String upRawY = "-999"; public static String upRawY = "-999";
public static String video_click_time = "0";
} }
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