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