|
@@ -90,6 +90,7 @@ public class KuaishouPopulationServiceImpl extends ServiceImpl<KuaishouPopulatio
|
|
paramMap.put("type", type);
|
|
paramMap.put("type", type);
|
|
paramMap.put("orientation_name", populationName);
|
|
paramMap.put("orientation_name", populationName);
|
|
String result = kuaishouInterfaceService.exceptInfoForRestTemplate(url, paramMap, headerMap, filePath);
|
|
String result = kuaishouInterfaceService.exceptInfoForRestTemplate(url, paramMap, headerMap, filePath);
|
|
|
|
+ System.out.println("------------------返回结果2:"+result);
|
|
if (!Check.isNull(result)) {
|
|
if (!Check.isNull(result)) {
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
if (!Check.isNull(resultJson)) {
|
|
if (!Check.isNull(resultJson)) {
|