no message
This commit is contained in:
parent
c92af8eec5
commit
f375086f8b
@ -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"]));
|
||||
}
|
||||
|
||||
// 写入内容
|
||||
|
||||
Loading…
Reference in New Issue
Block a user