yumeng 1 년 전
부모
커밋
f614941420
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      job-bytedance/src/main/java/cn/com/ctop/job/bytedance/controller/BytedanceController.java

+ 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() {
         List<JSONObject> tokens = tokenService.getAgentTokens();
         //获取两个时间的每一天
@@ -193,6 +193,6 @@ public class BytedanceController {
 //                        });
             }
         }
-    }
+    }*/
 
 }