Parcourir la source

fix: 电子凭证返回

zhengjie il y a 1 an
Parent
commit
a110671f8d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
         }