在项目中我在events.php中来try catch错误 public static function onMessage($client_id, $message) { try { $message = json_decode($message, true); if (!is_array($message)) return Gateway::send...