getClientTickets($clientCompanyId); return $this->success('获取成功', $tickets); } catch (\Exception $e) { return $this->error($e->getMessage()); } } }