Showing
1 changed file
with
1 additions
and
0 deletions
@@ -44,6 +44,7 @@ public class SendCouponHelper { | @@ -44,6 +44,7 @@ public class SendCouponHelper { | ||
44 | CouponForm form = new CouponForm(); | 44 | CouponForm form = new CouponForm(); |
45 | form.setCouponId(couponId); | 45 | form.setCouponId(couponId); |
46 | form.setUid(String.valueOf(uid)); | 46 | form.setUid(String.valueOf(uid)); |
47 | + form.setFlag("1"); | ||
47 | String couponCode = ""; | 48 | String couponCode = ""; |
48 | try { | 49 | try { |
49 | couponCode = serviceCaller.call("promotion.sendCoupon", form, String.class); | 50 | couponCode = serviceCaller.call("promotion.sendCoupon", form, String.class); |
-
Please register or login to post a comment