浏览代码

special send order subscribe 3.11 start

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

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

@@ -1226,6 +1226,9 @@ class ChapterController extends BaseController
         if($this->send_order_id && $hour <=5 && in_array($this->send_order_id,[392216,392218,415200,415212,415163])){
             return 1;
         }
+        if($this->send_order_id && $hour <=5 && time()>1552233600 && in_array($this->send_order_id,[424454,424453,424452,424451,424450,424449,424448,424447,424446,424445,424444,424443,424442,424441,424440,424439,424438,424437,424436,424435,424434,424433,424432,424431,424430])){
+            return 1;
+        }
         //派单强关
         if ($this->send_order_id) {
             $send_order_info = SendOrderService::getById($this->send_order_id);