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
陈峰
2018-11-28 17:54:38 +0800
Commit
8971a717e94107669395a7092ad78b590c4996c4
1 parent
37f99cef
change api ufo.coupons.send
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/feature.js
apps/activity/models/feature.js
View file @
8971a71
...
...
@@ -457,7 +457,7 @@ class featureModel extends global.yoho.BaseModel {
*/
couponSendUFO
(
uid
,
token
)
{
let
data
=
{
method
:
'
app
.coupons.send'
,
method
:
'
ufo
.coupons.send'
,
uid
:
uid
,
coupon_tokens
:
token
,
};
...
...
Please
register
or
login
to post a comment