Browse Source

7070 title

zz 5 years ago
parent
commit
1ac9c12620
1 changed files with 6 additions and 5 deletions
  1. 6 5
      app/Http/Controllers/Wap/Web/WelcomeController.php

+ 6 - 5
app/Http/Controllers/Wap/Web/WelcomeController.php

@@ -541,6 +541,7 @@ class WelcomeController extends BaseController
         if ($this->distribution_channel_id == 6130) return '微友书坊';
         if ($this->distribution_channel_id == 6667) return '青青书舍';
         if ($this->distribution_channel_id == 7264) return '悠悠书汇';
+        if ($this->distribution_channel_id == 7070) return '小飞文苑';
         $title = "追书云";
         $get_force_subscribe_name = false;
         $subscribe = $request->cookie('force_subscribe_name');
@@ -2186,14 +2187,14 @@ class WelcomeController extends BaseController
             if(!$charge) return '';
             if($year_qrcode && OrderService::isYearOrderUser($this->uid) ){
                 //包年
-                return ['title' => '包年VIP专属爆款小说书单>>', 'link' => '/guidestremv2?group=ACTIVE_YEAR&fee=500'];
+                return ['title' => '包年VIP专属爆款小说书单>>', 'link' => '/guidestremv2?group=ACTIVE_YEAR&fee=500','banner'=>'https://cdn-novel.iycdm.com/crm/guide/reader-banner.jpg'];
             }
             if($month_qrcode && UserMonthService::isMonthOrderUser($this->uid) ){
                 //包月
-                return ['title' => '包月VIP专属爆款小说书单>>', 'link' => '/guidestremv2?group=ACTIVE_MONTH&fee=500'];
+                return ['title' => '包月VIP专属爆款小说书单>>', 'link' => '/guidestremv2?group=ACTIVE_MONTH&fee=500','banner'=>'https://cdn-novel.iycdm.com/crm/guide/reader-banner.jpg'];
             }
             if($active_qrcode){
-                return ['title' => '您有500书币待领取>>', 'link' => '/guidestrem?uid=' . $this->uid . '&fee=500'];
+                return ['title' => '您有500书币待领取>>', 'link' => '/guidestrem?uid=' . $this->uid . '&fee=500','banner'=>'https://cdn-novel.iycdm.com/crm/guide/reader-banner.jpg'];
             }
             return '';
         }
@@ -2234,7 +2235,7 @@ class WelcomeController extends BaseController
                 return '';
             }
             Cookie::queue('is_force_out_guide', 1);
-            return ['title' => '您有500书币待领取>>', 'link' => '/guidestrem?uid=' . $this->uid . '&fee=500'];
+            return ['title' => '您有500书币待领取>>', 'link' => '/guidestrem?uid=' . $this->uid . '&fee=500','banner'=>'https://cdn-novel.iycdm.com/crm/guide/reader-banner.jpg'];
         }
         //渠道自己导粉
         $other_crm_config = Redis::hmget('channel:setting:' . $this->distribution_channel_id, ['crm_status', 'crm_link']);
@@ -2242,7 +2243,7 @@ class WelcomeController extends BaseController
         $get_info = UserBindHkWelfareService::isHasGet($this->uid);
         if ($get_info) return '';
         if($this->is_paid || $this->distribution_channel_id == 6687)
-            return ['title' => '点击领取200书币>>', 'link' => $other_crm_config[1]];
+            return ['title' => '点击领取200书币>>', 'link' => $other_crm_config[1],'banner'=>''];
         return '';
     }
     private function guidePersonalAccount($openid)