Jelajahi Sumber

账户维度-盯盘日、时数据清洗

zhaoxian 4 tahun lalu
induk
melakukan
65da6e2026

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/controller/EtlKuaishouReportAccountDailyController.java

@@ -45,7 +45,7 @@ import io.swagger.annotations.ApiOperation;
 @Slf4j
 @Api(tags="盯盘日数据")
 @RestController
-@RequestMapping("/kuaishou.modules/etlKuaishouReportAccountDaily")
+@RequestMapping("/etlReportAccountDaily")
 public class EtlKuaishouReportAccountDailyController {
 	@Autowired
 	private IEtlKuaishouReportAccountDailyService etlKuaishouReportAccountDailyService;

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/controller/EtlKuaishouReportAccountHourlyController.java

@@ -48,7 +48,7 @@ import io.swagger.annotations.ApiOperation;
 @Slf4j
 @Api(tags = "账户维度-每小时盯盘数据")
 @RestController
-@RequestMapping("/12/etlKuaishouReportAccountHourly")
+@RequestMapping("/etlReportAccountHourly")
 public class EtlKuaishouReportAccountHourlyController {
     @Autowired
     private IEtlKuaishouReportAccountHourlyService etlKuaishouReportAccountHourlyService;