shish 8 ヶ月 前
コミット
70daedbe8e

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

@@ -52,7 +52,7 @@ class TestController extends BaseController
             $msg = $e->getMessage();
             noticeUtil::push($msg, '15280215347');
         }
-        echo 'aaaa';
+        echo '执行到了结束';
     }
 
     public function actionFx()

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

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