Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ class CouponList extends global.yoho.BaseModel { | @@ -77,7 +77,7 @@ class CouponList extends global.yoho.BaseModel { | ||
77 | method: 'app.coupons.sendCouponByConfig', | 77 | method: 'app.coupons.sendCouponByConfig', |
78 | uid: params.uid, | 78 | uid: params.uid, |
79 | eventCode: params.eventCode | 79 | eventCode: params.eventCode |
80 | - }, | 80 | + } |
81 | }; | 81 | }; |
82 | 82 | ||
83 | return this.get(options).then(result => { | 83 | return this.get(options).then(result => { |
-
Please register or login to post a comment