|
@@ -2833,6 +2833,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
@Override
|
|
@Override
|
|
public void getPopulationList(Long accountId, String accessToken) {
|
|
public void getPopulationList(Long accountId, String accessToken) {
|
|
try {
|
|
try {
|
|
|
|
+ log.info("获取人群包列表,accountId:{}", accountId);
|
|
String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.POPULATION_LIST;
|
|
String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.POPULATION_LIST;
|
|
Map<String, String> headers = new HashMap<>();
|
|
Map<String, String> headers = new HashMap<>();
|
|
headers.put("Access-Token", accessToken);
|
|
headers.put("Access-Token", accessToken);
|