Jelajahi Sumber

更新通知

shish 6 bulan lalu
induk
melakukan
18c25d5c38
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      common/components/rabbitmq/notifyConsumer.php

+ 2 - 2
common/components/rabbitmq/notifyConsumer.php

@@ -163,8 +163,8 @@ class notifyConsumer implements ConsumerInterface
         ];
         $push = new push('hd', push::MSG_TYPE_ORDER);
         $push->pushByCloud($cids, $title, $content, $payload);
-        $str = implode(',', $cids);
-        noticeUtil::push("需要通知:" . $content . ' ' . $str, '15280215347');
+        //$str = implode(',', $cids);
+        //noticeUtil::push("需要通知:" . $content . ' ' . $str, '15280215347');
         return true;
     }