Commit ead4ccd3 by 王昆

gsb

parent b5342137
......@@ -253,7 +253,9 @@ class BpoSDPJApi {
let no = Number(await this.getNo(obj.no));
try {
let cashInfo = await this.ccashinfoSve.findById(no);
console.log("verificationMtchOutTradeNo------------------------", cashInfo, no);
if (!cashInfo || cashInfo.outTradeNo != obj.outTradeNo || cashInfo.mchtId != obj.mchtId) {
console.log("verificationMtchOutTradeNo------------------------", obj.outTradeNo, obj.mchtId);
return this.getErrResult("提现信息错误");
}
......
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