Commit e6b20bdf by 王昆

gsb

parent 15db9a7f
......@@ -110,7 +110,7 @@ class MerchantApplet extends AppletBase {
});
this.addLog(pobj, "bankfour");
if (bf.code !== 0) {
return this.returnFail(rs.msg || "银行卡四要素验证失败,请检查法人姓名,身份证,银行卡号,银行卡预留手机号正确");
return this.returnFail("银行卡四要素验证失败,请检查法人姓名,身份证,银行卡号,银行卡预留手机号正确");
}
let merchant = await this.getMerchant(pobj.merchant_id);
......
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