瀏覽代碼

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

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


Loading…
取消
儲存