Ver a proveniência

[游戏][修改]:详情接口中添加coupon_channel_id

release_toaliyun_real
hupeng há 7 anos
ascendente
cometimento
e74cb54b4c
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java Ver ficheiro

@@ -103,6 +103,7 @@ public class WxGameServiceImpl implements WxGameService {


WxCouponChannelVo couponChannelVo = wxCouponChannelsMap.get(couponId); WxCouponChannelVo couponChannelVo = wxCouponChannelsMap.get(couponId);
if (couponChannelVo != null) { if (couponChannelVo != null) {
couponChanObj.put("id", couponChannelVo.getId());
couponChanObj.put("couponId", couponChannelVo.getCouponId()); couponChanObj.put("couponId", couponChannelVo.getCouponId());
couponChanObj.put("couponName", couponChannelVo.getTitle()); couponChanObj.put("couponName", couponChannelVo.getTitle());
couponChanObj.put("coverImg", couponChannelVo.getCoverImg()); couponChanObj.put("coverImg", couponChannelVo.getCoverImg());


Carregando…
Cancelar
Guardar