Fix data send
This commit is contained in:
@@ -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 =[];
|
||||
|
||||
Reference in New Issue
Block a user