Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
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
2c97783ca146c3249424cbaebf471d04299553e1
1 parent
6cf56fdb
auto format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/coupon.js
apps/activity/controllers/coupon.js
View file @
2c97783
...
...
@@ -41,4 +41,4 @@ exports.sendcoupon = (req, res, next) => {
couponModel
.
sendcoupon
(
req
.
query
.
id
,
req
.
user
.
uid
).
then
(
result
=>
{
res
.
json
(
result
);
}).
catch
(
next
);
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment