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
19f8f227b7b572338df84d89f93054a0469db37d
1 parent
1b472591
coupon status
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/coupon.js
apps/activity/models/coupon.js
View file @
19f8f22
...
...
@@ -83,7 +83,7 @@ exports.getCouponData = (channel, params) => {
exports
.
getCouponStatus
=
(
params
)
=>
{
return
Promise
.
coroutine
(
function
*
()
{
const
coupon
=
yield
api
.
get
(
''
,
Object
.
assign
(
params
,
{
method
:
'app.promotion.
queryCouponCenter
'
method
:
'app.promotion.
couponStatus
'
}));
const
result
=
{
code
:
coupon
.
code
,
...
...
Please
register
or
login
to post a comment