From 7d65f43b83bd32e481388dbf473526c2bbb5a7b8 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 28 Apr 2026 14:40:59 +0800 Subject: [PATCH] =?UTF-8?q?cp=E6=88=92=E6=8C=87=E8=B4=AD=E4=B9=B0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f28de9210c4f9bae3c5c32219b6d65f3c28f7f63) --- .../other/app/command/material/PropsPurchasingCmdExe.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java index 922cdb90..c62842d8 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java @@ -329,6 +329,9 @@ public class PropsPurchasingCmdExe { if (propsType == PropsCommodityType.AVATAR_FRAME) { return ImmutableKeyValuePair.of("PURCHASING_AVATAR_FRAME_GIVEAWAY", "Give avatar frame"); } + if (propsType == PropsCommodityType.CP_RING) { + return ImmutableKeyValuePair.of("PURCHASING_CP_RING_GIVEAWAY", "Give cp ring"); + } if (propsType == PropsCommodityType.RIDE) { return ImmutableKeyValuePair.of("PURCHASING_CAR_GIVEAWAY", "Give car"); }