yujian
2019-11-01 b56c7f8fa63e0150f621b02f425053ce0d48c2f1
fanli/src/main/java/com/yeshi/fanli/entity/redpack/RedPackDetail.java
@@ -17,8 +17,8 @@
@Table("yeshi_red_pack_detail")
public class RedPackDetail {
   public enum RedPackDetailTypeEnum {
      invite("立得现金", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      newUserReward("新人奖励", "http://img.flqapp.com/img/tlj/icon_tlj.png"), 
      invite("立得现金", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      increaseReward("递增奖励", "http://img.flqapp.com/img/tlj/icon_tlj.png"), 
      seriesReward("连续奖励", "http://img.flqapp.com/img/tlj/icon_tlj.png"), 
      refund("红包退回", "http://img.flqapp.com/img/tlj/icon_tlj.png"), 
@@ -26,10 +26,10 @@
      musicRecharge("音乐会员充值", "http://img.flqapp.com/img/tlj/icon_tlj.png"), 
      violation("红包涉嫌违规", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      
      giveOthers("红包赠送待领取中", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      giveOthersSucceed("红包赠送领取成功", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      giveOthersFail("红包赠送超时退回", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      giveOthersReceive("好友赠送", "http://img.flqapp.com/img/tlj/icon_tlj.png"),
      giveOthers("红包赠送待领取中", "http://img.flqapp.com/resource/msg/icon_hongbao_give.png"),
      giveOthersSucceed("红包赠送领取成功", "http://img.flqapp.com/resource/msg/icon_hongbao_give.png"),
      giveOthersFail("红包赠送超时退回", "http://img.flqapp.com/resource/msg/icon_hongbao_give.png"),
      giveOthersReceive("好友赠送", "http://img.flqapp.com/resource/msg/icon_hongbao_give.png"),
      
      redExchange("红包提现中", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png"),
      redExchangePass("红包提现成功", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png"),