|
@@ -541,6 +541,7 @@ class WelcomeController extends BaseController
|
|
if ($this->distribution_channel_id == 6130) return '微友书坊';
|
|
if ($this->distribution_channel_id == 6130) return '微友书坊';
|
|
if ($this->distribution_channel_id == 6667) return '青青书舍';
|
|
if ($this->distribution_channel_id == 6667) return '青青书舍';
|
|
if ($this->distribution_channel_id == 7264) return '悠悠书汇';
|
|
if ($this->distribution_channel_id == 7264) return '悠悠书汇';
|
|
|
|
+ if ($this->distribution_channel_id == 7070) return '小飞文苑';
|
|
$title = "追书云";
|
|
$title = "追书云";
|
|
$get_force_subscribe_name = false;
|
|
$get_force_subscribe_name = false;
|
|
$subscribe = $request->cookie('force_subscribe_name');
|
|
$subscribe = $request->cookie('force_subscribe_name');
|
|
@@ -2186,14 +2187,14 @@ class WelcomeController extends BaseController
|
|
if(!$charge) return '';
|
|
if(!$charge) return '';
|
|
if($year_qrcode && OrderService::isYearOrderUser($this->uid) ){
|
|
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) ){
|
|
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){
|
|
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 '';
|
|
return '';
|
|
}
|
|
}
|
|
@@ -2234,7 +2235,7 @@ class WelcomeController extends BaseController
|
|
return '';
|
|
return '';
|
|
}
|
|
}
|
|
Cookie::queue('is_force_out_guide', 1);
|
|
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']);
|
|
$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);
|
|
$get_info = UserBindHkWelfareService::isHasGet($this->uid);
|
|
if ($get_info) return '';
|
|
if ($get_info) return '';
|
|
if($this->is_paid || $this->distribution_channel_id == 6687)
|
|
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 '';
|
|
return '';
|
|
}
|
|
}
|
|
private function guidePersonalAccount($openid)
|
|
private function guidePersonalAccount($openid)
|