no message

This commit is contained in:
hellcat 2026-05-15 15:25:27 +08:00
parent 930056d14b
commit 205b710061

View File

@ -97,11 +97,10 @@ class SingleController extends Controller
foreach ($aOptionFreenodeClient as $sFnClient) {
$oHttp->sToUrl = "https://".env("url_master_base")."/api/v1/freenode/url_feed_today/".env("site_code")."/{$sFnClient}";
var_dump($oHttp->sToUrl);
$sHttp = $oHttp->send();
var_dump($sHttp);
$sHttp = json_decode($sHttp, 1);
$this->aData["fnFilePath"][$sFnClient] = $sHttp;
$this->aData["fnFilePath"][$sFnClient] = "https://".$sHttp;
// $sEnding = ".txt";
// if ($sFnClient == "v2ray") {