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
zhangxiaoru
2016-10-22 16:53:36 +0800
Commit
945a34452d5ed14cba9f38e4c33cbf794bcb3127
1 parent
648c6590
shop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/shopCollect.js
apps/activity/controllers/shopCollect.js
View file @
945a344
...
...
@@ -17,7 +17,7 @@ const shopIndex = (req, res) => {
})
};
}
else
{
uid
=
crypto
.
encryption
(
''
,
req
.
query
.
uid
+
''
)
,
uid
=
crypto
.
encryption
(
''
,
req
.
query
.
uid
+
''
)
;
parameter
=
{
appVersion
:
true
,
uid
:
uid
...
...
Please
register
or
login
to post a comment