|
@@ -93,7 +93,7 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
|
}
|
|
|
|
|
|
// 请求地址
|
|
|
- String url = "https://ad.toutiao.com/open_api/2/ad/get/";
|
|
|
+ String url = PropertiesUtils.getValue("bytedance_config", "bytedance_api_url") + PropertiesUtils.getValue("bytedance_config", "bytedance_v2_ad_get");
|
|
|
// 请求参数
|
|
|
Map<String, Object> filtering = new HashMap<>();
|
|
|
if (null != getIds && getIds.size() > 0) {
|