|
@@ -94,8 +94,8 @@ public class KuaiShouMaterialControer {
|
|
throw new Exception("未获取账号授权信息");
|
|
throw new Exception("未获取账号授权信息");
|
|
}
|
|
}
|
|
String appVersion = requestJson.getString("appVersion");
|
|
String appVersion = requestJson.getString("appVersion");
|
|
- String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
|
- iKuaishouInterfaceService.getVideoList(token, nowDate, nowDate);
|
|
|
|
|
|
+ // String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
|
+ // iKuaishouInterfaceService.getVideoList(token, nowDate, nowDate);
|
|
KuaiShouVideoLastTime videoLastTime = lastTimeService.getById(accountId);
|
|
KuaiShouVideoLastTime videoLastTime = lastTimeService.getById(accountId);
|
|
Date startTime;
|
|
Date startTime;
|
|
Date endDate = new Date();
|
|
Date endDate = new Date();
|