shish 6 ヶ月 前
コミット
bac25b2e61
1 ファイル変更2 行追加0 行削除
  1. 2 0
      common/components/rabbitmq/notifyConsumer.php

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

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