diff --git a/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/DoubleCallReq.java b/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/DoubleCallReq.java index 877975a3..1a6a53dd 100644 --- a/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/DoubleCallReq.java +++ b/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/DoubleCallReq.java @@ -62,7 +62,7 @@ public class DoubleCallReq { } else { count++; log.error("请求失败,response==={}", doubleCallResponse.getReason()); - Thread.sleep(5000); + Thread.sleep(3000); } } catch (Exception e) { log.error("method【reqTask】 double_call error :{}", e.getMessage()); diff --git a/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/RollCallReq.java b/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/RollCallReq.java index 1508d362..70d14929 100644 --- a/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/RollCallReq.java +++ b/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/httpRequest/RollCallReq.java @@ -72,7 +72,7 @@ public class RollCallReq { } else { count++; log.error("请求失败,response==={}", doubleCallResponse.getReason()); - Thread.sleep(5000); + Thread.sleep(3000); } } catch (Exception e) { log.error("method【reqTask】 roll_call error :{}", e.getMessage());