Quellcode durchsuchen

素材池定时去除日志

zhaoxian vor 4 Jahren
Ursprung
Commit
e6be076ada

+ 0 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouVideoGetServiceImpl.java

@@ -307,7 +307,6 @@ public class KuaiShouVideoGetServiceImpl extends ServiceImpl<KuaiShouVideoGetMap
         param.put("end_date", DateUtils.formatDate(new Date(),DateUtils.NEW_FORMAT));
         String result = HttpUtils.httpPostRequest(url, param, headers);
         JSONObject resultJson = JSONObject.parseObject(result);
-        System.out.println(result);
         if (Check.isNull(resultJson)) {
             return;
         }