Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2018-01-05 15:19:41 +0800
Commit
3fd059fa43b4e829988339d8dd6b502b18b6a4ba
2 parents
3b62367d
22597799
Merge branch 'hotfix/alipayconfirm' into 'release/6.4'
pay-confirm See merge request
!1201
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/cart/controllers/pay.js
apps/cart/controllers/pay.js
View file @
3fd059f
...
...
@@ -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
}));
});
...
...
Please
register
or
login
to post a comment