|
@@ -38,7 +38,6 @@ public class BytedanceReportController {
|
|
|
|
|
|
@PostMapping("/kuaiShou/accountReport")
|
|
@PostMapping("/kuaiShou/accountReport")
|
|
public JSONObject getKuaiShouAccountReport(@RequestBody JSONObject requestJson) {
|
|
public JSONObject getKuaiShouAccountReport(@RequestBody JSONObject requestJson) {
|
|
- System.err.println(requestJson);
|
|
|
|
JSONObject json = bytedanceReportService.getKuaiShouAccountReport(requestJson);
|
|
JSONObject json = bytedanceReportService.getKuaiShouAccountReport(requestJson);
|
|
return json;
|
|
return json;
|
|
|
|
|
|
@@ -47,8 +46,6 @@ public class BytedanceReportController {
|
|
|
|
|
|
@PostMapping("/kuaiShou/accountDetailReport")
|
|
@PostMapping("/kuaiShou/accountDetailReport")
|
|
public List<JSONObject> getKuaiShouAccountDetailReport(@RequestBody JSONObject requestJson) {
|
|
public List<JSONObject> getKuaiShouAccountDetailReport(@RequestBody JSONObject requestJson) {
|
|
- System.err.println(requestJson);
|
|
|
|
-
|
|
|
|
List<JSONObject> kuaiShouAccounDetailtReport = bytedanceReportService.getKuaiShouAccounDetailtReport(requestJson);
|
|
List<JSONObject> kuaiShouAccounDetailtReport = bytedanceReportService.getKuaiShouAccounDetailtReport(requestJson);
|
|
return kuaiShouAccounDetailtReport;
|
|
return kuaiShouAccounDetailtReport;
|
|
|
|
|
|
@@ -57,8 +54,6 @@ public class BytedanceReportController {
|
|
|
|
|
|
@PostMapping("/kuaiShou/getReportList")
|
|
@PostMapping("/kuaiShou/getReportList")
|
|
public List<JSONObject> getReportList(@RequestBody JSONObject requestJson) {
|
|
public List<JSONObject> getReportList(@RequestBody JSONObject requestJson) {
|
|
- System.err.println(requestJson);
|
|
|
|
-
|
|
|
|
List<JSONObject> kuaiShouAccounDetailtReport = bytedanceReportService.getReportList(requestJson);
|
|
List<JSONObject> kuaiShouAccounDetailtReport = bytedanceReportService.getReportList(requestJson);
|
|
return kuaiShouAccounDetailtReport;
|
|
return kuaiShouAccounDetailtReport;
|
|
|
|
|