shish пре 5 година
родитељ
комит
1f7ce3c723

+ 18 - 0
app-ghs/controllers/ApplyController.php

@@ -15,6 +15,24 @@ class ApplyController extends BaseController
 
     public $guestAccess = ['register'];
 
+    //邀请花店海报 shish 20210610
+    public function actionInviteHdPoster()
+    {
+        $data = [
+            'imgUrl' => "https://img.hzghd.com/ghs/home/deserve.png",
+        ];
+        util::success($data);
+    }
+
+    //邀请花店海报 shish 20210610
+    public function actionInviteGhsPoster()
+    {
+        $data = [
+            'imgUrl' => "https://img.hzghd.com/ghs/home/deserve.png",
+        ];
+        util::success($data);
+    }
+
     //邀请开店列表 ssh 2021.1.28
     public function actionList()
     {

+ 9 - 0
app-ghs/controllers/MainController.php

@@ -16,6 +16,15 @@ use GatewayClient\Gateway;
 class MainController extends BaseController
 {
 
+    //商城海报 shish 20210610
+    public function actionGetMallPoster()
+    {
+        $data = [
+            'imgUrl' => "https://img.hzghd.com/ghs/home/deserve.png",
+        ];
+        util::success($data);
+    }
+
     public function actionDemo()
     {
         return $this->renderPartial('demo');

+ 18 - 0
app-hd/controllers/ApplyController.php

@@ -15,6 +15,24 @@ class ApplyController extends BaseController
 
     public $guestAccess = ['register'];
 
+    //邀请花店海报 shish 20210610
+    public function actionInviteHdPoster()
+    {
+        $data = [
+            'imgUrl' => "https://img.huaml.com/ghs/home/deserve.png",
+        ];
+        util::success($data);
+    }
+
+    //邀请花店海报 shish 20210610
+    public function actionInviteGhsPoster()
+    {
+        $data = [
+            'imgUrl' => "https://img.huaml.com/ghs/home/deserve.png",
+        ];
+        util::success($data);
+    }
+
     //我的代理 ssh 2019.12.26
     public function actionList()
     {

+ 9 - 0
app-hd/controllers/MainController.php

@@ -19,6 +19,15 @@ class MainController extends BaseController
 
     public $guestAccess = ['index'];
 
+    //商城海报 shish 20210610
+    public function actionGetMallPoster()
+    {
+        $data = [
+            'imgUrl' => "https://img.huaml.com/ghs/home/deserve.png",
+        ];
+        util::success($data);
+    }
+
     public function actionDemo()
     {
         return $this->renderPartial('demo');