no message

This commit is contained in:
hellcat 2025-04-30 20:56:26 +08:00
parent 39600a9dd1
commit 5f29714127

View File

@ -30,7 +30,7 @@ class Github {
$oHttp = new Http();
$sDateNow = date("Y-m-d");
$sDateNow = "2025-05-03";
// $sDateNow = "2025-05-03";
$sHuodongUrl = env('api_url_jichang_base').'/'.'api/huodong/findbydate/'.$sDateNow;
$sHuodong = $oHttp->send($sHuodongUrl);