|
@@ -361,11 +361,9 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
if (!Check.isNull(startDate)) {
|
|
|
param.put("start_date", DateUtils.formatDate(startDate));
|
|
|
}
|
|
|
- if (Check.isNull(endDate)) {
|
|
|
+ if (!Check.isNull(endDate)) {
|
|
|
param.put("end_date", DateUtils.formatDate(endDate));
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
param.put("advertiser_id", token.getAccountId());
|
|
|
param.put("temporal_granularity", "DAILY");
|
|
|
param.put("page_size", 500);
|