|
@@ -195,7 +195,7 @@ public class AppletCheckServiceImpl implements IAppletCheckService {
|
|
|
|
|
|
private boolean appletCheck(String token, String appName) {
|
|
|
//参数对象
|
|
|
- String dayTime = LocalDate.now().minusDays(1).toString();
|
|
|
+ String dayTime = LocalDate.now().minusDays(3).toString();
|
|
|
Map<String, String> paramMap = new HashMap<>(2);
|
|
|
paramMap.put("begin_date", dayTime);
|
|
|
paramMap.put("end_date", dayTime);
|