芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Http/Resources/V2/FeesResource.php
$this->charge_fixed, 'feesPercentage' => $this->charge_percentage, 'totalFees' => $this->total_fees, 'amount' => $this->amount, 'totalAmount' => $this->total_amount, 'formattedFeesFixed' => formatNumber($this->charge_fixed, $this->currency_id), 'formattedFeesPercentage' => formatNumber($this->charge_percentage, $this->currency_id) . '%', 'formattedTotalFees' => formatNumber($this->total_fees, $this->currency_id), 'formattedAmount' => formatNumber($this->amount, $this->currency_id), 'formattedTotalAmount' => formatNumber($this->total_amount, $this->currency_id), 'currencyId' => $this->currency_id, 'currencyType' => optional($this->currency)->type, 'currencyCode' => optional($this->currency)->code, 'currencySymbol' => optional($this->currency)->symbol ]; } }