From 36dd451ed28acfe4f6c41f1a3faa4ae82b0bdf6d Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 8 Jul 2025 11:03:47 +0800 Subject: [PATCH] no message --- app/Services/Github/Github.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);