no message

This commit is contained in:
hellcat 2026-05-15 15:28:59 +08:00
parent 205b710061
commit 7df87cd449

View File

@ -96,7 +96,7 @@ class SingleController extends Controller
$oHttp = new Http();
foreach ($aOptionFreenodeClient as $sFnClient) {
$oHttp->sToUrl = "https://".env("url_master_base")."/api/v1/freenode/url_feed_today/".env("site_code")."/{$sFnClient}";
$oHttp->sToUrl = "https://".env("url_master_base")."/api/v1/freenode/url_feed_today/".env("site_code_short")."/{$sFnClient}";
$sHttp = $oHttp->send();
$sHttp = json_decode($sHttp, 1);