Browse Source

注释授权

DuGuYang 1 year ago
parent
commit
9ec150b4aa

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

@@ -24,7 +24,7 @@ namespace MySystem.Areas.Api.Controllers.v1.pos
         }
 
         #region 首页-客小爽产品-收益查看-达标奖励
-        [Authorize]
+        // [Authorize]
         public JsonResult StatList(string value)
         {
             value = DesDecrypt(value);
@@ -79,7 +79,7 @@ namespace MySystem.Areas.Api.Controllers.v1.pos
 
 
         #region 首页-客小爽产品-收益查看-达标奖励-明细
-        [Authorize]
+        // [Authorize]
         public JsonResult StatDetail(string value)
         {
             value = DesDecrypt(value);

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

@@ -25,7 +25,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 通用-产品列表
-        [Authorize]
+        // [Authorize]
         public JsonResult List(string value)
         {
             value = DesDecrypt(value);
@@ -54,7 +54,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 首页-客小爽产品-主界面产品数据
-        [Authorize]
+        // [Authorize]
         public JsonResult MainStatData(string value)
         {
             value = DesDecrypt(value);

+ 4 - 4
Areas/Api/Controllers/Main/MerchantQrCodeController.cs

@@ -26,7 +26,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-已绑二维码
-        [Authorize]
+        // [Authorize]
         public JsonResult List(string value)
         {
             value = DesDecrypt(value);
@@ -70,7 +70,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-绑定收款码
-        [Authorize]
+        // [Authorize]
         public JsonResult Bind(string value)
         {
             value = DesDecrypt(value);
@@ -157,7 +157,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-确认替换音箱码
-        [Authorize]
+        // [Authorize]
         public JsonResult ConfirmReplace(string value)
         {
             value = DesDecrypt(value);
@@ -190,7 +190,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-已绑收款码解除关联
-        [Authorize]
+        // [Authorize]
         public JsonResult Remove(string value)
         {
             value = DesDecrypt(value);

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

@@ -26,7 +26,7 @@ namespace MySystem.Areas.Api.Controllers.v1.pos
 
 
         #region 创客-首页-客小爽产品-码牌管理-划拨记录
-        [Authorize]
+        // [Authorize]
         public JsonResult List(string value)
         {
             value = DesDecrypt(value);
@@ -112,7 +112,7 @@ namespace MySystem.Areas.Api.Controllers.v1.pos
 
 
         #region 创客-首页-客小爽产品-码牌管理-划拨记录-详情
-        [Authorize]
+        // [Authorize]
         public JsonResult Detail(string value)
         {
             value = DesDecrypt(value);

+ 1 - 1
Areas/Api/Controllers/Main/PosCouponRecordController.cs

@@ -25,7 +25,7 @@ namespace MySystem.Areas.Api.Controllers.v1.pos
 
 
         #region 创客-首页-客小爽产品-码牌管理-划拨
-        [Authorize]
+        // [Authorize]
         public JsonResult Add(string value)
         {
             value = DesDecrypt(value);

+ 10 - 10
Areas/Api/Controllers/Main/PosMachinesController.cs

@@ -25,7 +25,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 商户-二维码关联音箱
-        [Authorize]
+        // [Authorize]
         public JsonResult List(string value)
         {
             value = DesDecrypt(value);
@@ -59,7 +59,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 商户-已绑音箱
-        [Authorize]
+        // [Authorize]
         public JsonResult BindedMachines(string value)
         {
             value = DesDecrypt(value);
@@ -111,7 +111,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 商户-替换音箱码
-        [Authorize]
+        // [Authorize]
         public JsonResult ReplaceMachines(string value)
         {
             value = DesDecrypt(value);
@@ -141,7 +141,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 商户-确认关联音箱
-        [Authorize]
+        // [Authorize]
         public JsonResult Add(string value)
         {
             value = DesDecrypt(value);
@@ -174,7 +174,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 商户-绑定列表
-        [Authorize]
+        // [Authorize]
         public JsonResult BindList(string value)
         {
             value = DesDecrypt(value);
@@ -209,7 +209,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 商户-绑定机具
-        [Authorize]
+        // [Authorize]
         public JsonResult Bind(string value)
         {
             value = DesDecrypt(value);
@@ -236,7 +236,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 商户-已绑音箱解除关联
-        [Authorize]
+        // [Authorize]
         public JsonResult Remove(string value)
         {
             value = DesDecrypt(value);
@@ -275,7 +275,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 首页-客小爽产品-机具管理-已绑定机具列表
-        [Authorize]
+        // [Authorize]
         public JsonResult MyMachinesForBind(string value)
         {
             value = DesDecrypt(value);
@@ -349,7 +349,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 首页-客小爽产品-机具管理-总机具列表
-        [Authorize]
+        // [Authorize]
         public JsonResult MyMachines(string value)
         {
             value = DesDecrypt(value);
@@ -423,7 +423,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         #endregion
 
         #region 首页-客小爽产品-机具管理-未绑定机具列表
-        [Authorize]
+        // [Authorize]
         public JsonResult MyMachinesForUnBind(string value)
         {
             value = DesDecrypt(value);

+ 1 - 1
Areas/Api/Controllers/Main/ProfitRewardRecordController.cs

@@ -25,7 +25,7 @@ namespace MySystem.Areas.Api.Controllers.v1
 
 
         #region 首页-客小爽产品-收益查看-交易分润
-        [Authorize]
+        // [Authorize]
         public JsonResult TradeProfitList(string value)
         {
             value = DesDecrypt(value);