Browse Source

商户-忘记密码,取消jwt验证

lcl 1 year ago
parent
commit
04b4e1626c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Areas/Api/Controllers/v1/MainServer/MerchantInfoController.cs

+ 1 - 1
Areas/Api/Controllers/v1/MainServer/MerchantInfoController.cs

@@ -770,7 +770,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-忘记密码
-        [Authorize]
+        // [Authorize]
         public JsonResult ForgetPwd(string value)
         {
             value = DesDecrypt(value);