promoTask

This commit is contained in:
CHIEFSOFT\ameye
2024-09-18 06:52:41 -04:00
parent 3c436fa40a
commit 9ce59ce715
+2 -1
View File
@@ -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);
}