签约房-签约师傅每日返还任务-调试
This commit is contained in:
@@ -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] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user