time(), 'shrine_configs' => [] ]; } } /** * 获取缓存时间(秒) * * @return int */ static public function getTtl(): int { return 3600; // 1小时 } /** * 获取防重复执行时间(秒) * * @return int */ static public function getPreventDuplication(): int { return 600; // 10分钟 } /** * 获取必需参数索引 * * @return array */ static public function getRequiredArgIndex(): array { return []; } }