Commit 737915b3 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 034cf28a
......@@ -296,6 +296,7 @@ public class InMoneyVideo {
strings.add(Constant.CARRIERTYPE_TASK_YUANBAO);
strings.add(Constant.CARRIERTYPE_REWARD_COIN);
strings.add(Constant.CARRIERTYPE_REWARD_DI);
strings.add(Constant.CARRIERTYPE_VEDIO_UNLOCK);
strings.add(Constant.CARRIERTYPE_REWARD_MINIVEDIO_VEDIO);
return strings.contains(carrierType);
}
......
......@@ -234,6 +234,7 @@ public class InMoneyVideoNoPre {
strings.add(Constant.CARRIERTYPE_REWARD_HONGBAO_MORE);
strings.add(Constant.CARRIERTYPE_TASK_YUANBAO);
strings.add(Constant.CARRIERTYPE_REWARD_COIN);
strings.add(Constant.CARRIERTYPE_VEDIO_UNLOCK);
strings.add(Constant.CARRIERTYPE_REWARD_DI);
return strings.contains(carrierType);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment