firstname

This commit is contained in:
CHIEFSOFT\ameye
2024-09-16 16:51:34 -04:00
parent 3ff6655b60
commit 59b3503c67
+1
View File
@@ -16,6 +16,7 @@ class Promo extends BaseController
log_message('critical', "promoStart::promoStart ********* ALL ".serialize($in) );
$in["loc"] = $_SERVER["REMOTE_ADDR"];
$in['limit'] = 10;
$out["firstname"] = "Firstname";
$out["promo_title"] = "This is the promo title";
$out["promo_description"] = "This is the promo description , This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,";
return $this->respond( $this->summaryReturnData($in,$out), 200);