no message
This commit is contained in:
parent
8467d91687
commit
36dd451ed2
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user