From 1c32a6509b610397e1bd67ba89c61e784b6fe8a5 Mon Sep 17 00:00:00 2001 From: liuyangyi Date: Sat, 11 May 2024 22:45:18 +0800 Subject: [PATCH] d --- New_College.Api/Controllers/Front/VipController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/New_College.Api/Controllers/Front/VipController.cs b/New_College.Api/Controllers/Front/VipController.cs index f4be923..6a3e04d 100644 --- a/New_College.Api/Controllers/Front/VipController.cs +++ b/New_College.Api/Controllers/Front/VipController.cs @@ -61,7 +61,6 @@ namespace New_College.Api.Controllers.Front /// /// [HttpPost] - [Authorize] public async Task> OpenBindCardInfo(OpenVipCardRequest query) { return await v_VipCardInfoServices.OpenBindCardInfo(query);