This commit is contained in:
2026-03-25 02:48:30 +08:00
parent 8704434c36
commit 66bcd8061a
23 changed files with 1204 additions and 208 deletions
+6
View File
@@ -58,6 +58,10 @@ enum BalanceType: int
* 购买积分卡
*/
case GIFT_BUY = 407;
/**
* 购买积分卡
*/
case SEE_POINT_AWARD = 901;
/**
* 获取所有类型映射数组
@@ -78,6 +82,8 @@ enum BalanceType: int
self::PURCHASE_ROLE->value => __('购买角色'),
self::GIFT_BUY->value => __('购买积分卡'),
self::SEE_POINT_AWARD->value => __('见点奖'),
];