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

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

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
e74cb54b4c
1 измененных файлов: 1 добавлений и 0 удалений
  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 Просмотреть файл

@@ -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());


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