in data api
This commit is contained in:
@@ -18,7 +18,7 @@ class WrenchJobs extends BaseController
|
|||||||
|
|
||||||
$out=[];
|
$out=[];
|
||||||
$local_url = "http://".$this->micro_service_net1.":3033/contractHx";
|
$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);
|
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user