Selaa lähdekoodia

V1.1.4 自动投放 去除打印无用日志

yumeng 4 vuotta sitten
vanhempi
commit
64b5b0eca1

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

@@ -183,7 +183,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
 
     private void getVideoListByPage(CtopOauthToken token, String startDate, String endDate, int page) {
         try {
-            log.info("获取视频数据,accountId:{}", token.getAccountId());
+          //  log.info("获取视频数据,accountId:{}", token.getAccountId());
             String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.VIDEO_LIST;
             Map<String, String> headers = new HashMap<>();
             headers.put("Content-Type", "application/json");