WrenchPromoLoad
This commit is contained in:
@@ -12,7 +12,14 @@ class Promo extends BaseController
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
$in["action"] = -1;
|
||||
//$in["action"] = -1;
|
||||
|
||||
$in['action'] = WRENCHBOARD_MARKET_PLAN01_NEXT1;
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
$out['internal_return'] = $ret;
|
||||
// $in["promo"] = $promo;
|
||||
// $in["promo_owner"] = $promoOwner;
|
||||
|
||||
log_message('critical', "promoStart::promoStart ********* ALL ".serialize($in) );
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
$in['limit'] = 10;
|
||||
|
||||
Reference in New Issue
Block a user