Ver código fonte

fix: 电子凭证返回

zhengjie 1 ano atrás
pai
commit
a110671f8d
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Common/CardReader.cs

+ 2 - 0
Common/CardReader.cs

@@ -194,6 +194,8 @@ namespace PTMedicalInsurance.Common
             Global.pat.name = JsonHelper.getDestValue(joRtn, "data.userName");
             Global.pat.certType = JsonHelper.getDestValue(joRtn, "data.idType");
             Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joRtn, "data.insuOrg");
+            // 令牌
+            Global.pat.mdtrtcertNO = Global.pat.ecToken;
             return data;
         }