瀏覽代碼

绑定收款码接口,添加绑码标记

lcl 1 年之前
父節點
當前提交
a1c49f4746
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Areas/Api/Controllers/v1/MainServer/MerchantQrCodeController.cs

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

@@ -106,6 +106,7 @@ namespace MySystem.Areas.Api.Controllers.v1
             Dictionary<string, object> fields = new Dictionary<string, object>();
             fields.Add("MerchantId", MerchantId);
             fields.Add("SnNo", SnNo);
+            fields.Add("QueryCount", 1);
             new MerchantQrCodeService().Add(fields);
             // query = maindb.MerchantQrCode.Add(new MerchantQrCode()
             // {