...
|
...
|
@@ -285,6 +285,10 @@ const payAli = (req, res, next) => { |
|
|
|
|
|
req.ctx(payModel).getPayAli(param).then(result => {
|
|
|
if (result.match === true) {
|
|
|
|
|
|
// 支付成功,发送支付确认接口
|
|
|
req.ctx(payModel).sendPayConfirm(param.orderCode, payProcess.PAYMENTS.ALIPAY, param.uid);
|
|
|
|
|
|
req.ctx(aboutModel).about(req.yoho.isApp).then(resu => {
|
|
|
res.render('pay/pay-ali', Object.assign(responseData, result, {wxFooter: resu}));
|
|
|
});
|
...
|
...
|
|