lcl 1 жил өмнө
parent
commit
ea04733789

+ 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)