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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
c4be6e2393ff112e56d97f1e9e1d5329ec696787
1 parent
ead96a4b
alipay-verify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/controllers/pay.js
apps/cart/controllers/pay.js
View file @
c4be6e2
...
...
@@ -75,7 +75,7 @@ const payAli = (req, res, next) => {
let
verifyResult
=
payModel
.
alipayResultVerify
(
req
.
query
);
// 支付
失败
// 支付
宝支付校验
if
(
!
verifyResult
.
payResult
)
{
return
res
.
render
(
'pay/pay-ali'
,
responseData
);
}
...
...
Please
register
or
login
to post a comment