cp戒指购买接口修改-修复

(cherry picked from commit 65f1895e4300702a2b4227318f4e2be6dcb5a080)
This commit is contained in:
tianfeng 2026-04-28 14:47:37 +08:00
parent 7d65f43b83
commit 8265016692

View File

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