Explorar el Código

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

lcl hace 3 años
padre
commit
04b4e1626c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);