yumeng 4 年 前
コミット
1331b21c24

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -281,7 +281,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
     @Override
     public void getAdvertiserReportDaily(CtopOauthToken token, Date startDate, Date endDate, String reportDims) {
         try {
-            Thread.sleep(200L);
+            Thread.sleep(400L);
             getAccountDailyReportByPage(token, startDate, endDate, 1, reportDims);
         } catch (Exception e) {
             e.printStackTrace();