|
@@ -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 {
|
|
// });
|
|
// });
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
}
|
|
}
|