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