소스 검색

绑定数据身份证号推送问题

lcl 11 달 전
부모
커밋
1e6f4ecea4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AppStart/Helper/PosPushDataNewHelper.cs

+ 1 - 1
AppStart/Helper/PosPushDataNewHelper.cs

@@ -19,7 +19,7 @@ namespace MySystem
                 Dictionary<string, object> dataContent = new Dictionary<string, object>();
                 dataContent.Add("pos_sn", mer.SnNo); //机具sn
                 dataContent.Add("mer_no", mer.MerNo); //商户号
-                dataContent.Add("id_card", mer.SeoKeyword); //商户身份证
+                dataContent.Add("id_card", mer.MerIdcardNo); //商户身份证
                 dataContent.Add("mer_name", mer.MerName); //商户姓名
                 dataContent.Add("mer_mobile", mer.MerMobile); //商户手机号
                 dataContent.Add("request_id", getRequestId(mer.Id, "bind")); //流水号