Browse Source

绑定音响也需要区分直联和银联

lcl 1 year ago
parent
commit
fb64766a6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Areas/Api/Controllers/v1/MainServer/MerchantQrCodeController.cs

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

@@ -173,7 +173,7 @@ namespace MySystem.Areas.Api.Controllers.v1
             {
                 fields = new Dictionary<string, object>();
                 fields.Add("BindMerchantId", MerchantId);
-                // fields.Add("DeviceName", deviceId);
+                fields.Add("DeviceKind", "1");
                 new PosMachinesService().Edit(fields, machines.Id);
             }
             if (SnNo == MachineNo || string.IsNullOrEmpty(MachineNo))