v1.1: 幸运糖果树房间公屏文案调整

This commit is contained in:
lzm
2022-10-24 14:22:41 +08:00
parent c5e535918b
commit 179cca1e1b

View File

@@ -331,7 +331,7 @@ public class BoxPrizeMessageService {
msg.setPrizeName(entity.getPrizeName());
msg.setPrizeNum(entity.getPrizeNum());
if (boxType == BoxTypeEnum.NORMAL.getValue()) {
msg.setBoxTypeStr("糖果");
msg.setBoxTypeStr("信物");
} else if (boxType == BoxTypeEnum.DIAMOND.getValue()) {
msg.setBoxTypeStr("夢幻許願");
}