fix end poinst
This commit is contained in:
@@ -15,6 +15,67 @@ class AirFlow extends BaseController
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowAppReminder(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
// $this->processLoadData();
|
||||
log_message('critical', "AirFlow::flowAppReminder ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowDailyReports(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
// $this->processLoadData();
|
||||
log_message('critical', "AirFlow::flowDailyReports ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowGeneralAlerts(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
// $this->processLoadData();
|
||||
log_message('critical', "AirFlow::flowGeneralAlerts ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowNewEmployers(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
// $this->processLoadData();
|
||||
log_message('critical', "AirFlow::flowNewEmployers ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowPaymentReminder(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
// $this->processLoadData();
|
||||
log_message('critical', "AirFlow::flowPaymentReminder ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowVerifyEmpoyer(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
// $this->processLoadData();
|
||||
log_message('critical', "AirFlow::flowVerifyEmpoyer ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
|
||||
private function processLoadData(){
|
||||
$mysql ="SELECT uid,customer_uid,loan_detail
|
||||
FROM applications
|
||||
|
||||
Reference in New Issue
Block a user