cann backend
This commit is contained in:
@@ -79,7 +79,12 @@ class AirFlow extends BaseController
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
|
||||
log_message('critical', "AirFlow::flowAutoMarket01 ********* ALL ".serialize($in) );
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
$in['action'] = WRENCHBOARD_MARKET_PLAN01_START;
|
||||
$in['limit'] = 10;
|
||||
$ret['WRENCHBOARD_MARKET_PLAN01_START'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user