소스 검색

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

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()
             // {