shish hai 2 meses
pai
achega
64e5aa8c60

+ 1 - 1
app-ghs/controllers/ConsoleController.php

@@ -178,7 +178,7 @@ class ConsoleController extends BaseController
         //$notice[] = ['title' => '客户多个订单开始支持一键分享', 'action' => '查看', 'page' => '/admin/book/detail?id=calc'];
         //$notice[] = ['title' => '如果你发现一个问题很重要,一直没给你处理,在小群多反应几次,用反应次数强调重要性,目前批发店多反应问题多,都在排队。', 'action' => '', 'page' => ''];
         //$notice[] = ['title' => '新功能:客户端和后台使用跑腿的流程', 'action' => '', 'page' => '/admin/book/detail?id=use_pt'];
-        $notice[] = ['title' => '天凌晨2:30到3:00,升级服务器,暂停使用', 'action' => '', 'page' => ''];
+        $notice[] = ['title' => '天凌晨2:30到3:00,升级服务器,暂停使用', 'action' => '', 'page' => ''];
         //$notice[] = ['title' => '急事请连续打二次电话 15280215347', 'action' => '', 'page' => ''];
 
         $mainId = $this->mainId;

+ 2 - 1
biz/common/classes/HdNotifyClass.php

@@ -24,6 +24,7 @@ class HdNotifyClass extends BaseClass
 
     public static function newCgNotify($cgId)
     {
+        return false;
         try {
             $producer = Yii::$app->rabbitmq->getProducer('notifyProducer');
             $msg = serialize(['type' => 'hd_new_cg_notify', 'cgId' => $cgId]);
@@ -48,4 +49,4 @@ class HdNotifyClass extends BaseClass
         }
     }
 
-}
+}