火箭拦截更改
This commit is contained in:
parent
910dfb5a84
commit
ebd89ed149
@ -61,11 +61,11 @@ public class GiftSendRocketListener implements GiftStrategy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 跳过白名单用户
|
// 跳过白名单用户
|
||||||
String rocketRoomList = enumConfigCacheService.getValue(
|
// String rocketRoomList = enumConfigCacheService.getValue(
|
||||||
EnumConfigKey.ROCKET_ROOM_LIST, runningWater.getSysOrigin());
|
// EnumConfigKey.ROCKET_ROOM_LIST, runningWater.getSysOrigin());
|
||||||
if (StringUtils.isBlank(rocketRoomList) || !rocketRoomList.contains(originId)) {
|
// if (StringUtils.isBlank(rocketRoomList) || !rocketRoomList.contains(originId)) {
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 2. 只处理金币礼物
|
// 2. 只处理金币礼物
|
||||||
if (!GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())) {
|
if (!GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user