Showing
1 changed file
with
3 additions
and
1 deletions
@@ -327,9 +327,11 @@ class ActWheelSurfModelRedis extends global.yoho.BaseModel { | @@ -327,9 +327,11 @@ class ActWheelSurfModelRedis extends global.yoho.BaseModel { | ||
327 | try { | 327 | try { |
328 | sendResult = await this.get({ | 328 | sendResult = await this.get({ |
329 | url: 'coupon', | 329 | url: 'coupon', |
330 | + data: { | ||
330 | method: 'ufo.coupons.send', | 331 | method: 'ufo.coupons.send', |
331 | uid: uid, | 332 | uid: uid, |
332 | - coupon_tokens: getPrize.value, | 333 | + coupon_tokens: getPrize.value |
334 | + }, | ||
333 | api: UfoApi | 335 | api: UfoApi |
334 | }); | 336 | }); |
335 | 337 |
-
Please register or login to post a comment