浏览代码

去掉未授权限制

lcl 1 年之前
父节点
当前提交
ea04733789
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      Areas/Api/Controllers/v1/MainServer/MerchantQrCodeController.cs

+ 4 - 4
Areas/Api/Controllers/v1/MainServer/MerchantQrCodeController.cs

@@ -103,10 +103,10 @@ namespace MySystem.Areas.Api.Controllers.v1
             {
                 return new AppResultJson() { Status = "-1", Info = "绑定失败" };
             }
-            if(pos.BuyUserId == 0)
-            {
-                return new AppResultJson() { Status = "-1", Info = "码牌未授权" };
-            }
+            // if(pos.BuyUserId == 0)
+            // {
+            //     return new AppResultJson() { Status = "-1", Info = "码牌未授权" };
+            // }
             if (query.Id > 0)
             {
                 if (query.MerchantId > 0)