log_message('error', "Call API---=>");
This commit is contained in:
@@ -18,7 +18,10 @@ class Employers extends BaseController
|
|||||||
$row = $query->getResult('array');
|
$row = $query->getResult('array');
|
||||||
$employer_uid = $row[0]['employer_uid'];
|
$employer_uid = $row[0]['employer_uid'];
|
||||||
if ($row[0]['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));
|
||||||
|
}else{
|
||||||
|
log_message('error', "Not found API---=>");
|
||||||
}
|
}
|
||||||
|
|
||||||
$udata = [
|
$udata = [
|
||||||
|
|||||||
Reference in New Issue
Block a user