log_message('error', "Call API---=>");

This commit is contained in:
CHIEFSOFT\ameye
2024-06-13 16:39:30 -04:00
parent ea24886b5a
commit 97adacc134
+1 -1
View File
@@ -19,7 +19,7 @@ class Employers extends BaseController
$employer_uid = $row[0]['employer_uid'];
if ($row[0]['uid']!='' ){
log_message('error', "Call API---=>");
$checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($row));
$checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($row[0]));
}else{
log_message('error', "Not found API---=>");
}