Просмотр исходного кода

[游戏][修改]:增加卡券的的详细信息

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
1a88e35f49
1 измененных файлов: 1 добавлений и 5 удалений
  1. +1
    -5
      mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java

+ 1
- 5
mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java Просмотреть файл

@@ -103,11 +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());
couponIdsList.add(couponChanObj);
couponIdsList.add(couponChannelVo);
}
}



Загрузка…
Отмена
Сохранить