浏览代码

Merge branch 'master' of iqiyoo:zhuishuyun_wap

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

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

@@ -1097,7 +1097,7 @@ class ChapterController extends BaseController
         if($this->send_order_id){
             $send_order_info = SendOrderService::getById($this->send_order_id);
         }
-        $send_order_subsribe_status = Redis::hget('channel:setting:'.$this->distribution_channel_id,'send_order_subsribe');
+        $send_order_subsribe_status = Redis::hget('channel:setting:'.$this->distribution_channel_id,'send_order_subscribe');
         if(is_null($send_order_subsribe_status)){
             $send_order_subsribe_status = 1;
         }