promo add list

This commit is contained in:
CHIEFSOFT\ameye
2024-11-17 11:51:37 -05:00
parent f7515abe5a
commit 5486b31f27
3 changed files with 46 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ class PromoAdmin extends BaseController
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out = [];
$in["action"] = WRENCHBOARD_PROMOADMIN_ADDLIST;
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
return $this->respond( $this->summaryReturnData($in,$out), 200);
}