DuGuYang 1 year ago
parent
commit
2d4079822b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Areas/Api/Controllers/WorkSpace/WorkSpaceController.cs

+ 0 - 2
Areas/Api/Controllers/WorkSpace/WorkSpaceController.cs

@@ -25,7 +25,6 @@ namespace MySystem.Areas.Api.Controllers.v1
 
         #region 工作台-主界面统计数据
         // [Authorize]
-        [Route("Api/v1/MerchantInfo/IndexStat")]
         public JsonResult IndexStat(string value)
         {
             value = DesDecrypt(value);
@@ -46,7 +45,6 @@ namespace MySystem.Areas.Api.Controllers.v1
 
         #region 工作台-商户活动参数
         // [Authorize]
-        [Route("Api/v1/MerchantParamSet/Detail")]
         public JsonResult Detail(string value)
         {
             value = DesDecrypt(value);