Sfoglia il codice sorgente

V1.1.4 删除无用日志

yumeng 4 anni fa
parent
commit
fe127f968c

+ 4 - 4
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/controller/KuaiShouMaterialControer.java

@@ -79,7 +79,7 @@ public class KuaiShouMaterialControer {
      */
     @PostMapping(value = "/getNewVideoList")
     public JSONObject getNewVideo(@RequestBody JSONObject requestJson) {
-        log.info("获取上新素材入参:{}", requestJson);
+        // log.info("获取上新素材入参:{}", requestJson);
         JSONObject returnJson = new JSONObject();
         try {
             if (Check.isNull(requestJson)) {
@@ -147,7 +147,7 @@ public class KuaiShouMaterialControer {
      */
     @PostMapping(value = "/getHistoryVideoList")
     public JSONObject getHistoryVideoList(@RequestBody JSONObject requestJson) {
-        log.info("获取历史素材入参:{}", requestJson);
+        // log.info("获取历史素材入参:{}", requestJson);
         JSONObject returnJson = new JSONObject();
         try {
             if (Check.isNull(requestJson)) {
@@ -224,7 +224,7 @@ public class KuaiShouMaterialControer {
      */
     @PostMapping(value = "/getHistoryTopVideoList")
     public JSONObject getHistoryTopVideoList(@RequestBody JSONObject requestJson) {
-        log.info("获取历史Top素材入参:{}", requestJson);
+      //   log.info("获取历史Top素材入参:{}", requestJson);
         JSONObject returnJson = new JSONObject();
         try {
             if (Check.isNull(requestJson)) {
@@ -294,7 +294,7 @@ public class KuaiShouMaterialControer {
      */
     @PostMapping(value = "/getCreateZeroVideoList")
     public JSONObject getHistoryCreateVideoList(@RequestBody JSONObject requestJson) {
-        log.info("获取关联创意数为0素材入参:{}", requestJson);
+      //  log.info("获取关联创意数为0素材入参:{}", requestJson);
         JSONObject returnJson = new JSONObject();
         try {
             if (Check.isNull(requestJson)) {