|
@@ -23,7 +23,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
}
|
|
|
|
|
|
#region 商户激活-确认支付
|
|
|
- // [Authorize]
|
|
|
+ [Authorize]
|
|
|
public JsonResult Pay(string value)
|
|
|
{
|
|
|
value = DesDecrypt(value);
|
|
@@ -64,7 +64,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
|
#region 商户激活-确认订单
|
|
|
- // [Authorize]
|
|
|
+ [Authorize]
|
|
|
public JsonResult ConfirmOrder(string value)
|
|
|
{
|
|
|
value = DesDecrypt(value);
|
|
@@ -101,7 +101,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
|
#region 已激活商户-活动时间
|
|
|
- // [Authorize]
|
|
|
+ [Authorize]
|
|
|
public JsonResult Info(string value)
|
|
|
{
|
|
|
value = DesDecrypt(value);
|