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
郭成尧
2016-10-08 14:31:45 +0800
Commit
10cadbe00224b60acfb0fdf64a3cc6906932e56e
1 parent
6b49eace
'shop-coupon'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/list.js
apps/product/controllers/list.js
View file @
10cadbe
...
...
@@ -395,7 +395,7 @@ const userCoupon = (req, res, next) => {
}
if
(
req
.
user
.
uid
)
{
listModel
.
receiveCoupon
(
listModel
.
receiveCoupon
(
req
.
user
.
uid
,
crypto
.
decrypt
(
''
,
req
.
body
.
couponID
)
).
then
(
result
=>
{
...
...
Please
register
or
login
to post a comment