yumeng 3 years ago
parent
commit
eff3ee7abd

+ 1 - 4
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/service/impl/AdUnitReportServiceImpl.java

@@ -82,10 +82,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
         param.put("page_size", page_size);
         param.put("page", page);
 
-        if (!Check.isNull(startDate) && !Check.isNull(endDate)) {
-            param.put("start_date", startDate);
-            param.put("end_date", endDate);
-        }
+
         String result = HttpUtils.httpPostRequest(postUrl + KuaishouConstant.AD_UNIT_LIST, param, headers);
 
         JSONObject resultJson = JSONObject.parseObject(result);