Showing
2 changed files
with
2 additions
and
1 deletions
@@ -280,7 +280,7 @@ const payAli = (req, res, next) => { | @@ -280,7 +280,7 @@ const payAli = (req, res, next) => { | ||
280 | 280 | ||
281 | // 支付宝支付校验 | 281 | // 支付宝支付校验 |
282 | if (!verifyResult.payResult) { | 282 | if (!verifyResult.payResult) { |
283 | - return res.render('pay/pay-failure', responseFailure); | 283 | + return res.render('pay/pay-failure', _.assign(responseData, responseFailure)); |
284 | } | 284 | } |
285 | 285 | ||
286 | req.ctx(payModel).getPayAli(param).then(result => { | 286 | req.ctx(payModel).getPayAli(param).then(result => { |
-
Please register or login to post a comment