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
沈志敏
2016-11-16 11:21:02 +0800
Commit
2f9293afc3fc4746125926f353d78d8fbc3463c4
1 parent
da988651
fix bug
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 @
2f9293a
...
...
@@ -115,4 +115,4 @@ exports.registerAndSendCoupon = (data) => {
return
api
.
get
(
''
,
verifyData
).
then
(
result
=>
{
return
getUserStatus
(
result
);
});
// 所有数据返回一个 Promise,方便 Promise.all 调用
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment