签约房-签约师傅每日返还任务-调试

This commit is contained in:
2025-11-26 17:10:18 +08:00
parent 0c0f71a181
commit e9d65a1bc3
2 changed files with 5 additions and 4 deletions

View File

@@ -177,7 +177,8 @@ class UserWallet extends Model
self::NOBILITY_PURCHASE_COIN => '爵位购买赠送(金币)',
self::SIGN => '签约支出',
self::SIGN_FAILURE => '签约失败退回',
self::FIRST_SIGN_INCOME => '首次被签约收入'
self::FIRST_SIGN_INCOME => '首次被签约收入',
self::SIGN_MASTER_DAILY_RETURN => '签约师傅每日返还'
];
if($type){
return $status[$type] ?? '';