Commit 61bcce1d by guojx

好办小程序趋势接口调整

parent 5f4b2fc3
......@@ -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