no message

This commit is contained in:
hellcat 2025-07-23 17:49:37 +08:00
parent 09573ebb49
commit f982131eee

View File

@ -197,7 +197,8 @@ class CronController
//// test end
$oHttp = new Http();
$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;
$sReturn = $oHttp->send($sMasterUrl);
$aReturn = json_decode($sReturn, true);