コード例 #1
0
 public function getFunds()
 {
     $data = Accounts::getFunds();
     return response()->json($data);
 }