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
郭成尧
2018-05-10 17:57:27 +0800
Commit
1d276df27568dfedf00f7a1af3393c72fe4e5304
1 parent
8112c71b
pay-in-mars
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/cart/models/pay.js
apps/cart/models/pay.js
View file @
1d276df
...
...
@@ -374,6 +374,10 @@ class payModel extends global.yoho.BaseModel {
alipayResultVerify
(
params
)
{
let
checkResult
=
{};
if
(
params
.
uid
)
{
delete
params
.
uid
;
}
if
(
params
.
q
)
{
delete
params
.
q
;
}
...
...
Please
register
or
login
to post a comment