Browse Source

修改频次

yumeng 2 năm trước cách đây
mục cha
commit
ae77b3c5ff

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/hosting/service/impl/KuaishouHostingTaskServiceImpl.java

@@ -516,7 +516,7 @@ public class KuaishouHostingTaskServiceImpl extends ServiceImpl<KuaishouHostingT
         headers.put("Access-Token", token);
         String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), headers);
         try {
-            Thread.sleep(500);
+            Thread.sleep(1000);
         } catch (InterruptedException e) {
             e.printStackTrace();
         }