Commit 86725138 by 王昆

gsb

parent 12f67dbe
......@@ -36,6 +36,7 @@ class CommonService extends ServiceBase {
};
var threeResult = await this.eSignBaoUtil.personTwo(bankTwoparam, "TwoAutoSign");
this.authSve.create({
autoIncrement:true,
id_name: params.id_name,
id_no: params.id_no,
result: threeResult.code
......@@ -70,6 +71,7 @@ class CommonService extends ServiceBase {
}
var bankthreeParams = {
autoIncrement:true,
id_name: params.id_name,
id_no: params.id_no,
bank_no: params.bank_no
......@@ -77,6 +79,7 @@ class CommonService extends ServiceBase {
var threeResult = await this.lSignBaoUtil.bankthree(bankthreeParams, "ThreeAutoSign");
this.authSve.create({
autoIncrement:true,
channel:2,
auth_type:3,
id_name: params.id_name,
......
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