家族相关

This commit is contained in:
2025-11-26 17:34:14 +08:00
parent b3ea7f1b2c
commit 74fa6796a1
4 changed files with 9 additions and 6 deletions

View File

@@ -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] ?? '';