shish 8 months ago
parent
commit
2164dc1dfc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      common/components/rabbitmq/notifyConsumer.php

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

@@ -101,6 +101,9 @@ class notifyConsumer implements ConsumerInterface
 
     private function hdNewCgNotify($data)
     {
+
+        noticeUtil::push("花店已经通知了。。。", '15280215347');
+
         $cgId = $data['cgId'] ?? 0;
         $cg = PurchaseClass::getById($cgId, true);
         $shopId = $cg->shopId ?? 0;