diff --git a/app/Services/Github/Github.php b/app/Services/Github/Github.php index d59e0db..025e5c9 100644 --- a/app/Services/Github/Github.php +++ b/app/Services/Github/Github.php @@ -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);