no message

This commit is contained in:
hellcat 2026-08-17 18:06:50 +08:00
parent c92af8eec5
commit f375086f8b

View File

@ -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"]));
}
// 写入内容