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