|
@@ -2706,7 +2706,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
|
|
|
|
|
|
String endDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
- String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", endDate, -1);
|
|
|
+ String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", endDate, -2);
|
|
|
json.put("start_date", startDate);
|
|
|
json.put("end_date", endDate);
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest(url, json.toJSONString(), headers);
|