This commit is contained in:
2025-12-21 18:06:39 +08:00
parent 604d60eb71
commit 444a2c59e8
3 changed files with 33 additions and 16 deletions

View File

@@ -108,6 +108,8 @@ class UserWallet extends Model
const RENEWAL = 56;
//每日签到
const DAILY_SIGN = 57;
//爆币
const BOMB_COIN = 58;
@@ -192,7 +194,8 @@ class UserWallet extends Model
self::BELIEVER_COMPENSATION => '解约补偿',
self::SIGN_BE_SIGNED_INCOME => '被签约者收礼返佣给上级',
self::RENEWAL => '续约',
self::DAILY_SIGN => '每日签到'
self::DAILY_SIGN => '每日签到',
self::BOMB_COIN => '参与幸运币活动获得',
];
if($type){