cp发送礼物推送消息-新增roomId
(cherry picked from commit 2f25fb000141a83ccc51236c35de6d30d39f4b71)
This commit is contained in:
parent
767d3d0f71
commit
688057d5a0
@ -93,7 +93,7 @@ public class CpGiftWindowBroadcastService {
|
|||||||
GiftConfigDTO giftConfig, int giftWindowLevel, int cpLevel) {
|
GiftConfigDTO giftConfig, int giftWindowLevel, int cpLevel) {
|
||||||
|
|
||||||
Map<Object, Object> data = new HashMap<>();
|
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("giftWindowLevel", giftWindowLevel);
|
||||||
data.put("cpLevel", cpLevel);
|
data.put("cpLevel", cpLevel);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user