浏览代码

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

lcl 1 年之前
父节点
当前提交
fb64766a6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))