gongfuzhu 9 månader sedan
förälder
incheckning
30feabe735

+ 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();