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"); }