This commit is contained in:
CHIEFSOFT\ameye
2024-07-12 12:52:35 -04:00
parent 8ca1fa54d7
commit bcb011fe7e
2 changed files with 13 additions and 2 deletions
+10
View File
@@ -12,6 +12,16 @@ class WrenchJobs extends BaseController
$this->request = $request = \Config\Services::request();
}
public function contractHx(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out=[];
$local_url = "http://".$this->micro_service_net1.":3033/contractHx";
$outX = $this->APIcall('GET', $local_url, ["message"=>$out]);
return $this->respond( $this->summaryReturnData($in,$out), 200);
}
public function sendJobInterest(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);