芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Http/Resources/Transaction/TransactionResource.php
$this->id, 'type' => $this->type, 'subtotal' => $this->subtotal, 'fee' => $this->fee, 'total ' => $this->total, ]; } public function with($request) { return [ ]; } // public function withResponse($request, $response) // { // $response->header([ // 'Accept' => 'application/json', // 'Content-Type' => 'application/json', // ]); // } }