家族相关
This commit is contained in:
@@ -100,6 +100,8 @@ class UserWallet extends Model
|
||||
const FIRST_SIGN_INCOME = 52;
|
||||
//签约师傅每日返还
|
||||
const SIGN_MASTER_DAILY_RETURN = 53;
|
||||
//叛徒补偿
|
||||
const BELIEVER_COMPENSATION = 54;
|
||||
|
||||
|
||||
//金币支出类型数组
|
||||
@@ -178,7 +180,8 @@ class UserWallet extends Model
|
||||
self::SIGN => '签约支出',
|
||||
self::SIGN_FAILURE => '签约失败退回',
|
||||
self::FIRST_SIGN_INCOME => '首次被签约收入',
|
||||
self::SIGN_MASTER_DAILY_RETURN => '签约师傅每日返还'
|
||||
self::SIGN_MASTER_DAILY_RETURN => '签约师傅每日返还',
|
||||
self::BELIEVER_COMPENSATION => '解约补偿'
|
||||
];
|
||||
if($type){
|
||||
return $status[$type] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user