芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Http/Resources/User/RequestMoneyDetailResource.php
optional($this)->email, 'phone' => optional($this)->phone, 'amount' => optional($this)->amount, 'note' => optional($this)->note, 'displayAmount' => formatNumber(optional($this)->amount, optional($this->currency)->id), 'currency' => optional($this->currency)->code, 'currency_id' => optional($this->currency)->id, 'currencySymbol' => optional($this->currency)->symbol, 'currencyType' => optional($this->currency)->type, ]; } }