new param

This commit is contained in:
CHIEFSOFT\ameye
2024-09-06 11:38:10 -04:00
parent ea879c873f
commit 016e7b4301
+2 -2
View File
@@ -50,8 +50,8 @@ class AirFlow extends BaseController
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];
log_message('critical', "AirFlow::flowInterestcount ********* ALL ".serialize($in) );
log_message('critical', "AirFlow::flowInterestcount ********* CRON ");
$in["action"] = "LOCAL_CALL_NO_ACTION";
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
$res1 = $this->getCache($endpoint);
if (count($res1)==0){