yumeng 1 年之前
父節點
當前提交
f614941420

+ 2 - 2
job-bytedance/src/main/java/cn/com/ctop/job/bytedance/controller/BytedanceController.java

@@ -174,7 +174,7 @@ public class BytedanceController {
     }
     }
 
 
 
 
-    @GetMapping(value = "/getReports")
+/*    @GetMapping(value = "/getReports")
     public void getReports() {
     public void getReports() {
         List<JSONObject> tokens = tokenService.getAgentTokens();
         List<JSONObject> tokens = tokenService.getAgentTokens();
         //获取两个时间的每一天
         //获取两个时间的每一天
@@ -193,6 +193,6 @@ public class BytedanceController {
 //                        });
 //                        });
             }
             }
         }
         }
-    }
+    }*/
 
 
 }
 }