瀏覽代碼

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

release_toaliyun_real
hupeng 8 年之前
父節點
當前提交
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);
}
}



Loading…
取消
儲存