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
Plain Diff
Browse Files
Authored by
xuqi
2016-05-06 12:46:14 +0800
Commit
a66212572e568904c878306b7abc559ad9f42d5f
2 parents
9c737ef5
a100401a
Merge remote-tracking branch 'origin/hotfix/summer-4'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
routes/coupon/summer.js
routes/coupon/summer.js
View file @
a662125
...
...
@@ -225,8 +225,8 @@ exports.fourth = (req, res) => {
// 发送站内信有问题
msgModel
.
sendSingleMessage
({
uid
:
uid
,
title
:
'【优惠券】您有3张夏日新品节优惠券。'
,
content
:
'尊敬的客户:恭喜您成功获得3张夏日新品节优惠券 !您可以在个人中心查看优惠券详情。'
title
:
'【优惠券】您有3张T恤节优惠券。'
,
content
:
'尊敬的客户:恭喜您成功获得3张T恤节优惠券!您可以在个人中心查看优惠券详情。'
});
}
return
couponData
;
...
...
Please
register
or
login
to post a comment