@@ -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();
}