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);