cp发送礼物推送消息-新增roomId

(cherry picked from commit 2f25fb000141a83ccc51236c35de6d30d39f4b71)
This commit is contained in:
tianfeng 2026-04-28 18:45:15 +08:00
parent 767d3d0f71
commit 688057d5a0

View File

@ -93,7 +93,7 @@ public class CpGiftWindowBroadcastService {
GiftConfigDTO giftConfig, int giftWindowLevel, int cpLevel) {
Map<Object, Object> data = new HashMap<>();
data.put("runningWaterId", String.valueOf(runningWater.getId()));
data.put("roomId", String.valueOf(runningWater.getOriginId()));
data.put("giftWindowLevel", giftWindowLevel);
data.put("cpLevel", cpLevel);