This commit is contained in:
CHIEFSOFT\ameye
2023-07-27 11:58:37 -04:00
parent bd1223dee3
commit a47e29a319
+5 -1
View File
@@ -1,4 +1,3 @@
<?php
namespace App\Controllers;
@@ -28,9 +27,14 @@ class WrenchHooks extends BaseController
}
public function flutter(){
$raw_json = file_get_contents('php://input');
$raw_array = json_decode($raw_json, true);
$in = $raw_array;
//7f079034e166ecf52d82cbec9876e4dc8a154b0c37248f3fa1734d4eeab938d5
log_message('critical', "WrenchHooks flutter");
log_message('critical', "WrenchHooks ***************************** flutter");
log_message('critical', "WrenchHooks-CALL PREPARE DATA".serialize($in) );
}
}