Commit b5785b3f authored by 宋新宇's avatar 宋新宇

Merge branch '8-抖小更改' into 'release_20240411'

抖小更改及监测

See merge request !47
parents 0f00935d b5d19b44
...@@ -364,7 +364,7 @@ public class DyVideoUniversalProcess extends UniversalProcess { ...@@ -364,7 +364,7 @@ public class DyVideoUniversalProcess extends UniversalProcess {
obj.put("open_id",jsonObject.getString("open_id")); obj.put("open_id",jsonObject.getString("open_id"));
obj.put("id",jsonObject.getString("id")); obj.put("id",jsonObject.getString("id"));
obj.put("event_time",DateTimUtils.getCurrentTimeString( obj.put("event_time",DateTimUtils.getCurrentTimeString(
new Date(Long.parseLong(jsonObject.getString("event_time"))))); new Date(Long.parseLong(jsonObject.getString("event_time")) * 1000)));
obj.put("event_name",jsonObject.getString("ad_type")); obj.put("event_name",jsonObject.getString("ad_type"));
jsonArray.add(obj); jsonArray.add(obj);
} }
......
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