|
@@ -62,7 +62,6 @@ public class KuaiShouReportDailyMaterialServiceImpl extends ServiceImpl<KuaiShou
|
|
|
|
|
|
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
- System.err.println(resultJson);
|
|
|
|
|
log.info("快手反会数据:",resultJson);
|
|
log.info("快手反会数据:",resultJson);
|
|
|
if (Check.isNull(resultJson)) {
|
|
if (Check.isNull(resultJson)) {
|
|
|
return;
|
|
return;
|
|
@@ -90,7 +89,6 @@ public class KuaiShouReportDailyMaterialServiceImpl extends ServiceImpl<KuaiShou
|
|
|
material.setSignature(videoGetvo.getSignature());
|
|
material.setSignature(videoGetvo.getSignature());
|
|
|
}
|
|
}
|
|
|
material.setAccountId(accountId);
|
|
material.setAccountId(accountId);
|
|
|
- log.info("material:",material);
|
|
|
|
|
addList.add(material);
|
|
addList.add(material);
|
|
|
}
|
|
}
|
|
|
dailyMaterialMapper.batchReplace(addList);
|
|
dailyMaterialMapper.batchReplace(addList);
|