From ee51c96ac9767f8dad20ca416a80f6de98212498 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com>
Date: Fri, 27 Dec 2024 15:07:02 +0800
Subject: [PATCH] bug fixed
---
.../Controllers/Front/SeVolunteerInitializationController.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs b/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs
index a3bb978..51ddb9a 100644
--- a/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs
+++ b/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs
@@ -39,6 +39,7 @@ namespace New_College.Api.Controllers
///
///
[HttpGet]
+ [AllowAnonymous]
public async Task>> Get()
{
var sysregion = await _sysRegionServices.Query(e => e.Level == 1);