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