Commit 3d1fa114 by DESKTOP-7Q3CA17\86137

gsb

parent a660b28e
...@@ -43,7 +43,7 @@ class UtilESignBaoService { ...@@ -43,7 +43,7 @@ class UtilESignBaoService {
"idType": "01", "idType": "01",
"idNum": params.idno,//身份证号, "idNum": params.idno,//身份证号,
"mchInfo": "汉唐信通(北京)科技有限公司", "mchInfo": "汉唐信通(北京)科技有限公司",
"riskInfo": params.cardno, "riskInfo": params.idno,
}; };
var encryptStr = JSON.stringify(encrypt); var encryptStr = JSON.stringify(encrypt);
var str = crypto.privateEncrypt(this.lbwConfig.pik, Buffer.from(encryptStr)).toString('base64'); var str = crypto.privateEncrypt(this.lbwConfig.pik, Buffer.from(encryptStr)).toString('base64');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment