From f375086f8bb3cd7c64fae980ac668467d7210a92 Mon Sep 17 00:00:00 2001 From: hellcat Date: Mon, 17 Aug 2026 18:06:50 +0800 Subject: [PATCH] no message --- app/Http/Controllers/CronV2Controller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/CronV2Controller.php b/app/Http/Controllers/CronV2Controller.php index 1840dd7..3113001 100755 --- a/app/Http/Controllers/CronV2Controller.php +++ b/app/Http/Controllers/CronV2Controller.php @@ -293,9 +293,9 @@ class CronV2Controller } if ($aReturn["code"] == "200") { - file_put_contents($this->sProjectPath."/feed/clash-".$sFnCode.".yaml", file_get_contents($aReturn["data"]["clash"])); - file_put_contents($this->sProjectPath."/feed/v2ray-".$sFnCode.".txt", file_get_contents($aReturn["data"]["v2ray"])); - file_put_contents($this->sProjectPath."/feed/singbox-".$sFnCode.".txt", file_get_contents($aReturn["data"]["singbox"])); + file_put_contents($this->sProjectPath."/feed/clash-".$sFnCode.".yaml", file_get_contents("https://".$aReturn["data"]["clash"])); + file_put_contents($this->sProjectPath."/feed/v2ray-".$sFnCode.".txt", file_get_contents("https://".$aReturn["data"]["v2ray"])); + file_put_contents($this->sProjectPath."/feed/singbox-".$sFnCode.".txt", file_get_contents("https://".$aReturn["data"]["singbox"])); } // 写入内容