|
@@ -29,6 +29,7 @@ public class BytedanceReportNewServiceImpl implements IBytedanceReportNewService
|
|
|
@Override
|
|
|
public void getBytedanceAccountHour(Long advertiserId, String accessToken, String startDate, String endDate, Integer page) {
|
|
|
try {
|
|
|
+ Thread.sleep(500);
|
|
|
String url = "https://api.oceanengine.com/open_api/v3.0/report/custom/get/";
|
|
|
Map<String, Object> paramsMap = new HashMap<>();
|
|
|
paramsMap.put("advertiser_id", advertiserId);
|