浏览代码

book special domain

zz 6 年之前
父节点
当前提交
d6ed11d318
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Controllers/Wap/Book/ChapterController.php

+ 1 - 0
app/Http/Controllers/Wap/Book/ChapterController.php

@@ -1251,6 +1251,7 @@ class ChapterController extends BaseController
         $book_domain = $this->book_info->promotion_domain;
         if(in_array($this->distribution_channel_id,[365,4372])){
             $book_domain = 'zhuishuyun.com';
+            $this->book_info->promotion_domain = 'zhuishuyun.com';
         }
         if ($domain == 'zhuishuyun' && stripos($book_domain, 'leyuee') !== false) {
             return false;