shish 6 месяцев назад
Родитель
Сommit
c5bd420bc5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/components/rabbitmq/notifyConsumer.php

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

@@ -164,7 +164,7 @@ 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');
+        noticeUtil::push("需要通知" . $content . ' ' . $str, '15280215347');
         return true;
     }