Merge branch 'feature/1215' into release/6.9.17
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -695,7 +695,8 @@ class featureModel extends global.yoho.BaseModel { | @@ -695,7 +695,8 @@ class featureModel extends global.yoho.BaseModel { | ||
695 | url: 'coupon/sendCouponForMars.do', | 695 | url: 'coupon/sendCouponForMars.do', |
696 | data: { | 696 | data: { |
697 | uid, | 697 | uid, |
698 | - couponId: id | 698 | + couponId: id, |
699 | + sendFlag: 1 | ||
699 | }, | 700 | }, |
700 | api: StoreApi | 701 | api: StoreApi |
701 | })); | 702 | })); |
-
Please register or login to post a comment