From 82650166923fa8a8d3b93bc15791a598627e1d98 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 28 Apr 2026 14:47:37 +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-=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 65f1895e4300702a2b4227318f4e2be6dcb5a080) --- .../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 c62842d8..cb06391a 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 @@ -365,6 +365,9 @@ public class PropsPurchasingCmdExe { if (propsType == PropsCommodityType.AVATAR_FRAME) { return ImmutableKeyValuePair.of("PURCHASING_AVATAR_FRAME", "Purchase 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", "Purchase avatar car"); }