Browse Source

注释授权

DuGuYang 1 year ago
parent
commit
3f70d5709c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Areas/Api/Controllers/Main/MerchantParamSetController.cs

+ 2 - 2
Areas/Api/Controllers/Main/MerchantParamSetController.cs

@@ -25,7 +25,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-商户活动参数
-        [Authorize]
+        // [Authorize]
         public JsonResult Detail(string value)
         {
             value = DesDecrypt(value);
@@ -57,7 +57,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-活动配置
-        [Authorize]
+        // [Authorize]
         public JsonResult Set(string value)
         {
             value = DesDecrypt(value);