Commit 228891f9 by 王昆

gsb

parent 339c9bd5
......@@ -430,11 +430,11 @@ class BpoSDPJApi {
return this.getErrResult("身份证格式不正确");
}
let num = await this.esettleSve.isValidAge([obj.mchtId]);
console.log("---商户年龄限制---", obj.mchtId, num);
let num = await this.esettleSve.isValidAge([cashInfo.mchtId]);
console.log("---商户年龄限制---", cashInfo.mchtId, num);
if (num) {
let card = await this.idcardClient.cardInfo(obj.id_no);
console.log("---商户年龄限制---cardInfo---", obj.mchtId, num, card);
console.log("---商户年龄限制---cardInfo---", cashInfo.mchtId, num, card);
let age = card.age || 0;
if (!age) {
console.log("---商户年龄限制---age---", age);
......
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