Commit 0043f774 by guojx

Merge branch 'feature-2024-06-event-tracking' into 'developer'

好办小程序趋势接口调整

See merge request !1902
parents 4cce68d4 61bcce1d
......@@ -37,6 +37,7 @@ public class DateExpandUtils {
case 4:
JSONObject jsonObject = new JSONObject();
jsonObject.put("startDate", startDate);
jsonObject.put("endDate", endDate);
jsonObject.put("pageNum", 1);
jsonObject.put("pageSize", 100);
Map<String, Object> res = DataApiUtils.http(jsonObject.toJSONString(), "data_pub_date_week");
......
......@@ -11,7 +11,7 @@ import java.io.Serializable;
@Data
public class TrendVO implements Serializable {
private Long avgVisitTime;
private Integer avgVisitTime;
/**
* 员工总人数
......
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