cp戒指购买接口修改

(cherry picked from commit f28de9210c4f9bae3c5c32219b6d65f3c28f7f63)
This commit is contained in:
tianfeng 2026-04-28 14:40:59 +08:00
parent c4c4b10789
commit 7d65f43b83

View File

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