shish před 8 měsíci
rodič
revize
941f8a2a4e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      common/components/rabbitmq/notifyConsumer.php

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

@@ -81,6 +81,7 @@ class notifyConsumer implements ConsumerInterface
 
 
     private function ghsPtErrorAction($data)
     private function ghsPtErrorAction($data)
     {
     {
+        noticeUtil::push('1111', '15280215347');
         $orderId = $data['orderId'] ?? 0;
         $orderId = $data['orderId'] ?? 0;
         $event = $data['event'] ?? '';
         $event = $data['event'] ?? '';
         $order = OrderClass::getById($orderId, true);
         $order = OrderClass::getById($orderId, true);
@@ -90,6 +91,7 @@ class notifyConsumer implements ConsumerInterface
             $customName = $order->customName ?? '';
             $customName = $order->customName ?? '';
             $shopId = $order->shopId ?? '';
             $shopId = $order->shopId ?? '';
             $shop = ShopClass::getById($shopId, true);
             $shop = ShopClass::getById($shopId, true);
+            noticeUtil::push($result, '15280215347');
             if (!empty($shop)) {
             if (!empty($shop)) {
                 noticeUtil::push($result, '15280215347');
                 noticeUtil::push($result, '15280215347');
                 WxMessageClass::expressErrorInform($shop, $customName, $orderId, $result);
                 WxMessageClass::expressErrorInform($shop, $customName, $orderId, $result);