Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-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-04-16 11:46:30 +0800
Commit
1a4f4a4ccb98bf1fbc61924329f4341ec5953c3c
1 parent
8f4727e2
修改注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/message/index.js
routes/message/index.js
View file @
1a4f4a4
...
...
@@ -2,7 +2,7 @@ var msgModel = require('../../models/message');
var
errUtil
=
require
(
'../../util/error'
);
/**
*
领取优惠券
*
发送站内信
*/
exports
.
sendSingleMessage
=
(
req
,
res
)
=>
{
var
uid
=
req
.
body
.
uid
,
...
...
Please
register
or
login
to post a comment