Ver código fonte

Merge remote-tracking branch 'origin/master'

yumeng 3 anos atrás
pai
commit
2e80c76be6

+ 2 - 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -225,7 +225,8 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/materialUse/**", "anon");
         filterChainDefinitionMap.put("/document/library/**", "anon");
         filterChainDefinitionMap.put("/rejected/audit/**", "anon");
-
+        filterChainDefinitionMap.put("/account/bytedance/report/**", "anon");
+        filterChainDefinitionMap.put("/material/bytedance/report/**", "anon");
         filterChainDefinitionMap.put("/cwjsSaleAssistantInfo/**", "anon");
         filterChainDefinitionMap.put("/task/kuaishouHostingTask/**", "anon");
 

+ 1 - 1
jeecg-boot-report/src/main/java/cn/com/ctop/report/controller/BytedanceAccountReportDailyDwController.java

@@ -31,7 +31,7 @@ import java.util.List;
 import java.util.Map;
 
 @RestController
-@RequestMapping("account/report")
+@RequestMapping("account/bytedance/report")
 @Slf4j
 public class BytedanceAccountReportDailyDwController {
     @Autowired

+ 1 - 1
jeecg-boot-report/src/main/java/cn/com/ctop/report/controller/BytedanceMaterialReportDailyDwController.java

@@ -32,7 +32,7 @@ import java.util.List;
 import java.util.Map;
 
 @RestController
-@RequestMapping("material/report")
+@RequestMapping("material/bytedance/report")
 @Slf4j
 public class BytedanceMaterialReportDailyDwController {
     @Autowired