no message

This commit is contained in:
hellcat 2025-07-23 18:05:55 +08:00
parent 553056369d
commit 4b9e7b4e1e

View File

@ -198,7 +198,7 @@ class CronController
$oHttp = new Http(); $oHttp = new Http();
$oHttp->sMethod = "get"; $oHttp->sMethod = "get";
// $sMasterUrl = env("api_url_freenode_base")."/api/github/getfntoday/".$sFnCode; // $sMasterUrl = env("api_url_freenode_base")."/api/github/getfntoday/".$sFnCode;
$sMasterUrl = "https://".$aArticle["fn_www"]."/api/github/getfntoday/".$sFnCode; $sMasterUrl = "https://".$row["fn_www"]."/api/github/getfntoday/".$sFnCode;
$sReturn = $oHttp->send($sMasterUrl); $sReturn = $oHttp->send($sMasterUrl);
$aReturn = json_decode($sReturn, true); $aReturn = json_decode($sReturn, true);