爆币
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user