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