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