fangqing vor 4 Wochen
Ursprung
Commit
836fe70566

+ 1 - 0
ruoyi-generator/src/main/java/com/ruoyi/generator/controller/CommunitySettingsController.java

@@ -131,6 +131,7 @@ public class CommunitySettingsController {
      */
     @ApiOperation("获取用户协议")
     @GetMapping("/usrProtocol")
+    @Anonymous
     public AjaxResult usrProtocol(Long type) {
         if (type == null) {
             type = 1L;