|
@@ -146,6 +146,11 @@ public class ThirdPartyServiceImpl implements ThirdPartyService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (secretEnum == SecretEnum.SECRET_ENUM_10) {
|
|
|
+ List<ReportUvVo> res = new ArrayList<>();
|
|
|
+ return CommonResponse.success(res);
|
|
|
+ }
|
|
|
+
|
|
|
//10点后可查询前一天数据
|
|
|
long nowTimestamp = System.currentTimeMillis() / 1000;
|
|
|
long limitTime = nowTimestamp - 34L * TimeConstant.HOUR;
|