补齐座驾购买金币流水

This commit is contained in:
pllx
2026-04-30 10:02:59 +08:00
parent 363c45a140
commit b60f3615c1
5 changed files with 58 additions and 10 deletions
+4
View File
@@ -35,6 +35,9 @@ enum CurrencySource: string
/** 商城购买消耗(扣除金币) */
case SHOP_BUY = 'shop_buy';
/** 购买聊天室座驾消耗(扣除金币) */
case RIDE_BUY = 'ride_buy';
/** 管理员手动调整(后台直接修改经验/金币/魅力) */
case ADMIN_ADJUST = 'admin_adjust';
@@ -174,6 +177,7 @@ enum CurrencySource: string
self::RECV_GIFT => '收到礼物',
self::NEWBIE_BONUS => '新人礼包',
self::SHOP_BUY => '商城购买',
self::RIDE_BUY => '座驾购买',
self::ADMIN_ADJUST => '管理员调整',
self::POSITION_REWARD => '职务奖励',
self::SIGN_IN => '每日签到',