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