shish 7 月之前
父節點
當前提交
941f8a2a4e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)
     {
+        noticeUtil::push('1111', '15280215347');
         $orderId = $data['orderId'] ?? 0;
         $event = $data['event'] ?? '';
         $order = OrderClass::getById($orderId, true);
@@ -90,6 +91,7 @@ class notifyConsumer implements ConsumerInterface
             $customName = $order->customName ?? '';
             $shopId = $order->shopId ?? '';
             $shop = ShopClass::getById($shopId, true);
+            noticeUtil::push($result, '15280215347');
             if (!empty($shop)) {
                 noticeUtil::push($result, '15280215347');
                 WxMessageClass::expressErrorInform($shop, $customName, $orderId, $result);