From 8a581138fd6d7b5baad347bf244449af731a8f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Fri, 8 Nov 2024 11:27:09 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 9cb2330..de47d07 100644 --- a/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs +++ b/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs @@ -87,6 +87,7 @@ namespace New_College.Api.Controllers data.response = sevolunterlist; data.msg = "ok"; + data.success = true; return data; }