promoTask
This commit is contained in:
@@ -18,7 +18,8 @@ class Home extends BaseController
|
||||
|
||||
$in["promo"] = $promo;
|
||||
$in["promo_owner"] = $promoOwner;
|
||||
$out = $this->APIcall('POST', $this->wrenchApiServer(). 'start',[]);
|
||||
$out = $this->APIcall('POST', $this->wrenchApiServer(). 'start',$in);
|
||||
$out["task"] = $this->APIcall('POST', $this->wrenchApiServer(). 'tasks',$in);
|
||||
//var_dump($out);
|
||||
return view('welcome_message', $out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user