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