Explorar o código

subscribe bugs

zz %!s(int64=6) %!d(string=hai) anos
pai
achega
142fe24ef4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }