Fix data send

This commit is contained in:
CHIEFSOFT\ameye
2024-11-19 11:46:48 -05:00
parent a0fc70065b
commit 39be594de8
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ class AirFlow extends BaseController
}
public function flowPromoProcess(){
//define('WRB_CRONJOB_PROCESS_PROMO', 779) ;
//define('WRB_CRONJOB_PROCESS_PROMO', 788 ;
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];