|
@@ -112,8 +112,14 @@ class WelcomeController extends BaseController
|
|
|
$hide_book_name = 0;
|
|
|
if(!empty($self_config)){
|
|
|
$hide_book_name = 1;
|
|
|
- }
|
|
|
-
|
|
|
+ }
|
|
|
+ //原创pv uv
|
|
|
+ $yctj = false;
|
|
|
+ $yctj_url = '';
|
|
|
+ if(in_array($this->distribution_channel_id,[5,8,146,155,255,691,722,4053,4174,4364,4426])){
|
|
|
+ $yctj = true;
|
|
|
+ $yctj_url = 'https://m.ycsd.cn/continue';
|
|
|
+ }
|
|
|
$options = json_encode([
|
|
|
'distribution_channel_id' => (int)$this->distribution_channel_id,
|
|
|
'send_order_id' => $send_order_id,
|
|
@@ -144,7 +150,9 @@ class WelcomeController extends BaseController
|
|
|
'is_show_ad_frame' => $is_show_ad_frame,
|
|
|
'show_title_in_reader' => $show_title_in_reader,
|
|
|
'is_hide_chapter_consume' => $is_hide_chapter_consume,
|
|
|
- 'hide_book_name' => $hide_book_name
|
|
|
+ 'hide_book_name' => $hide_book_name,
|
|
|
+ 'yctj'=>$yctj,
|
|
|
+ 'yctj_url'=>$yctj_url
|
|
|
]);
|
|
|
if ($this->uid == env('SPECIAL_USER_LOG', 2)) {
|
|
|
myLog('special')->info('welcome --------------------------');
|