From c7cba9d6efb02953b2e7b9c3d2032fa1a7a0436d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 12 Jul 2024 13:58:46 -0400 Subject: [PATCH] in data api --- www-api/app/Controllers/WrenchJobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 34a5cafd..f973c8ef 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -18,7 +18,7 @@ class WrenchJobs extends BaseController $out=[]; $local_url = "http://".$this->micro_service_net1.":3033/contractHx"; - $outX = $this->APIcall('GET', $local_url, ["message"=>$out]); + $out = $this->APIcall('GET', $local_url, $in ); return $this->respond( $this->summaryReturnData($in,$out), 200); }