make(OperateLogRepository::class)->recordLog($event['category'], $event['data'], $event['mer_id'] ?? 0); } catch (\Throwable $throwable) { Log::error(['message' => $throwable->getMessage(), 'file' => $throwable->getFile(), 'line' => $throwable->getLine()]); } } }