diff --git a/app/Services/Github/Github.php b/app/Services/Github/Github.php index eab4307..86b7552 100644 --- a/app/Services/Github/Github.php +++ b/app/Services/Github/Github.php @@ -35,7 +35,7 @@ class Github { $sDateNow = date("Y-m-d"); - $sMasterUrl = "https://".env("www_master")."/api/ship/get/fuc/github/".$aArticle["user_name"]."-".$aArticle["project_name"]; + $sMasterUrl = "https://".env("www_master")."/api/ship/get/".$aArticle["ship_code"]."/github/".$aArticle["user_name"]."-".$aArticle["project_name"]; $sShip = $oHttp->send($sMasterUrl); $aShip = json_decode($sShip, true);