call action
This commit is contained in:
@@ -81,7 +81,7 @@ class AirFlow extends BaseController
|
|||||||
$out =[];
|
$out =[];
|
||||||
log_message('critical', "AirFlow::flowProcessTransfer ********* ALL ".serialize($in) );
|
log_message('critical', "AirFlow::flowProcessTransfer ********* ALL ".serialize($in) );
|
||||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||||
$in['call_action'] = WRB_CRONJOB_PROCESSTRANSFER;
|
$in['action'] = WRB_CRONJOB_PROCESSTRANSFER;
|
||||||
$in['one_limit'] = 10; //remove this
|
$in['one_limit'] = 10; //remove this
|
||||||
$in['limit'] = 10;
|
$in['limit'] = 10;
|
||||||
$ret['WRB_CRONJOB_PROCESSTRANSFER'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
$ret['WRB_CRONJOB_PROCESSTRANSFER'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||||
@@ -97,7 +97,7 @@ class AirFlow extends BaseController
|
|||||||
// SELECT initiatingamount, status, added,proc FROM money_transfer WHERE added > (now() - interval '3000 minutes') AND status = 0 ORDER BY id DESC LIMIT 100;
|
// SELECT initiatingamount, status, added,proc FROM money_transfer WHERE added > (now() - interval '3000 minutes') AND status = 0 ORDER BY id DESC LIMIT 100;
|
||||||
log_message('critical', "AirFlow::flowScheduleTransfer ********* ALL ".serialize($in) );
|
log_message('critical', "AirFlow::flowScheduleTransfer ********* ALL ".serialize($in) );
|
||||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||||
$in['call_action'] = WRB_CRONJOB_SCHEULETRANSFER;
|
$in['action'] = WRB_CRONJOB_SCHEULETRANSFER;
|
||||||
$in['one_limit'] = 10; //remove this
|
$in['one_limit'] = 10; //remove this
|
||||||
$in['limit'] = 10;
|
$in['limit'] = 10;
|
||||||
$ret['WRB_CRONJOB_SCHEULETRANSFER'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
$ret['WRB_CRONJOB_SCHEULETRANSFER'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||||
@@ -110,7 +110,7 @@ class AirFlow extends BaseController
|
|||||||
$out =[];
|
$out =[];
|
||||||
log_message('critical', "AirFlow::flowTestNotifications ********* ALL ".serialize($in) );
|
log_message('critical', "AirFlow::flowTestNotifications ********* ALL ".serialize($in) );
|
||||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||||
$in['call_action'] = WRB_CRONJOB_TESTNOTIFICATIONS;
|
$in['action'] = WRB_CRONJOB_TESTNOTIFICATIONS;
|
||||||
$in['one_limit'] = 10; //remove this
|
$in['one_limit'] = 10; //remove this
|
||||||
$in['limit'] = 10;
|
$in['limit'] = 10;
|
||||||
$ret['WRB_CRONJOB_TESTNOTIFICATIONS'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
$ret['WRB_CRONJOB_TESTNOTIFICATIONS'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||||
@@ -124,7 +124,7 @@ class AirFlow extends BaseController
|
|||||||
$out =[];
|
$out =[];
|
||||||
log_message('critical', "AirFlow::flowApproveReminder ********* ALL ".serialize($in) );
|
log_message('critical', "AirFlow::flowApproveReminder ********* ALL ".serialize($in) );
|
||||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||||
$in['call_action'] = WRB_CRONJOB_NOTIFICATIONS;
|
$in['action'] = WRB_CRONJOB_NOTIFICATIONS;
|
||||||
$in['one_limit'] = 10; //remove this
|
$in['one_limit'] = 10; //remove this
|
||||||
$in['limit'] = 10;
|
$in['limit'] = 10;
|
||||||
$ret['WRB_CRONJOB_NOTIFICATIONS'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
$ret['WRB_CRONJOB_NOTIFICATIONS'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||||
|
|||||||
Reference in New Issue
Block a user