no message

This commit is contained in:
hellcat 2026-08-16 15:13:44 +08:00
parent f19ee9500e
commit 1aae3c506e

View File

@ -273,7 +273,7 @@ class CronV2Controller
$oHttp->sMethod = "get";
// $sMasterUrl = env("api_url_freenode_base")."/api/github/getfntoday/".$sFnCode;
// /api/v1/freenode/url_feed_today/{siteCode}/{client?}
$sMasterUrl = "https://".$row["www_master"]."/api/v1/freenode/url_feed_today/".$row["fn_code_short"];
$sMasterUrl = "https://".env("www_master")."/api/v1/freenode/url_feed_today/".$row["fn_code_short"];
$sReturn = $oHttp->send($sMasterUrl);
$aReturn = json_decode($sReturn, true);