From 89564d159b0597461461392c96b5870d41bc81df Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 30 Sep 2024 21:36:33 -0400 Subject: [PATCH] reward --- www-api/app/Controllers/WrenchFaq.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index 994abc2e..ce3b0915 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -12,7 +12,7 @@ class WrenchFaq extends BaseController // public $con_name = 'wrench_blog'; public function learnMoreUser(){ - $total = 2; + $total = 3; $data=[]; $raw_json = file_get_contents('php://input'); $in = json_decode($raw_json, true); @@ -51,6 +51,19 @@ class WrenchFaq extends BaseController "contents" => $msgS ); + $msgS = "
+ Rewards +
+ +
+ Random gibberish text to use in web pages, site templates and in typography demos. + Get rid of Lorem Ipsum forever. A tool for web designers who want to save time.
"; + $data["result_list"][] = array( + "uid" => '0000-0000-0000-000 A3', + "topic" => "Rewards", + "contents" => $msgS + ); + for ($i = 0; $i < $total; $i++) { $msg='';