调整获取用户钱包报错
parent
8a5087aae7
commit
bd2e57346a
|
|
@ -19,7 +19,7 @@ class UserWalletResource extends JsonResource
|
||||||
// 'total_expenses'=> $this->total_expenses,
|
// 'total_expenses'=> $this->total_expenses,
|
||||||
// 'total_revenue' => $this->total_revenue,
|
// 'total_revenue' => $this->total_revenue,
|
||||||
// 'withdrawable' => $this->withdrawable,
|
// 'withdrawable' => $this->withdrawable,
|
||||||
'has_password' => (bool) is_null($this->password) ? false : true,
|
'has_password' => (bool) is_null($this?->password) ? false : true,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue