Commit d0c6dee4 by 王昆

gsb

parent 50c3205e
...@@ -1548,31 +1548,6 @@ class EcontractService extends ServiceBase { ...@@ -1548,31 +1548,6 @@ class EcontractService extends ServiceBase {
// e签宝流程 // e签宝流程
if (isNeedCreate) { if (isNeedCreate) {
// let banklog = await this.bankthreelogDao.findOne({
// userName: eaccount.userName,
// userIdNo: eaccount.personsSign,
// userBankNo: eaccount.bankno,
// result: 1,
// });
// if (!banklog) {
// var bankthreeParams = {
// name: eaccount.userName,
// idno: eaccount.personsSign,
// cardno: eaccount.bankno
// };
//
// var threeResult = await this.utilesignbaoSve.bankthree(bankthreeParams, "bankinfoAuth");
// // {"code":-110,"message":"手机号格式错误","data":{}}
// //1成功,-110提示验证信息有误,-120亲,提供的信息不正确,请验证后再试!
// console.log("threeResult-----------------------------", threeResult);
// if (!threeResult || threeResult.code == -120) {
// return this.returnjson(-1, "银行三要素(姓名、身份证、银行卡号)验证失败");
// }
// if (threeResult.code == -110) {
// return this.returnjson(-1, "银行三要素验证失败");
// }
// }
var uidStr = await this.getUidStr(8, 36); var uidStr = await this.getUidStr(8, 36);
var thirdId = etemplate.id + "_" + eaccount.id + uidStr; var thirdId = etemplate.id + "_" + eaccount.id + uidStr;
......
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