|
@@ -42,7 +42,6 @@ public class KuaishouPopulationServiceImpl extends ServiceImpl<KuaishouPopulatio
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public JSONObject getPopulationList(Long accountId, String accessToken, Integer status) {
|
|
public JSONObject getPopulationList(Long accountId, String accessToken, Integer status) {
|
|
- 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);
|