Commit 86d2286c by zhaoxiqing

gsb

parent 3fdc46d6
......@@ -2309,7 +2309,7 @@ class EcontractService extends ServiceBase {
var threeResult = await this.utilesignbaoSve.personTwo(vparam, "autoSignPT");
console.log("threeResult-----------------------------", threeResult);
if (!threeResult || threeResult.code == -120) {
return this.returnjson(-1, "银行要素(姓名、身份证)验证失败");
return this.returnjson(-1, "银行要素(姓名、身份证)验证失败");
}
if (threeResult.code == -110) {
return this.returnjson(-1, "银行二要素验证失败");
......@@ -2513,7 +2513,7 @@ class EcontractService extends ServiceBase {
var threeResult = await this.utilesignbaoSve.personTwo(vparam, "autoSignPT");
console.log("threeResult-----------------------------", threeResult);
if (!threeResult || threeResult.code == -120) {
return this.returnjson(-1, "银行要素(姓名、身份证)验证失败");
return this.returnjson(-1, "银行要素(姓名、身份证)验证失败");
}
if (threeResult.code == -110) {
return this.returnjson(-1, "银行二要素验证失败");
......
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