no message

This commit is contained in:
hellcat 2025-07-08 11:03:47 +08:00
parent 8467d91687
commit 36dd451ed2

View File

@ -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);