Ver código fonte

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

lcl 1 ano atrás
pai
commit
04b4e1626c

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