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
李靖
2017-11-03 13:04:26 +0800
Commit
e25619109d594e529aacd287244e9cca0358334a
1 parent
42028714
缓存
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/coupon-list.js
apps/activity/models/coupon-list.js
View file @
e256191
...
...
@@ -77,7 +77,7 @@ class CouponList extends global.yoho.BaseModel {
method
:
'app.coupons.sendCouponByConfig'
,
uid
:
params
.
uid
,
eventCode
:
params
.
eventCode
}
,
}
};
return
this
.
get
(
options
).
then
(
result
=>
{
...
...
Please
register
or
login
to post a comment