소스 검색

去掉权限

gongfuzhu 9 달 전
부모
커밋
30feabe735
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/YppController.java

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/YppController.java

@@ -77,7 +77,7 @@ public class YppController {
     }
 
     @ApiOperation("获取城市列表")
-    @ResourceAuth(value = "user", type = AuthType.User)
+//    @ResourceAuth(value = "user", type = AuthType.User)
     @RequestMapping(value = "get_citys", method = RequestMethod.GET)
     public ResultContent get_citys() {
         return yppService.get_citys();