|
|
|
@@ -103,6 +103,7 @@ public class WxGameServiceImpl implements WxGameService { |
|
|
|
|
|
|
|
WxCouponChannelVo couponChannelVo = wxCouponChannelsMap.get(couponId); |
|
|
|
if (couponChannelVo != null) { |
|
|
|
couponChanObj.put("id", couponChannelVo.getId()); |
|
|
|
couponChanObj.put("couponId", couponChannelVo.getCouponId()); |
|
|
|
couponChanObj.put("couponName", couponChannelVo.getTitle()); |
|
|
|
couponChanObj.put("coverImg", couponChannelVo.getCoverImg()); |
|
|
|
|