|
|
@@ -81,7 +81,6 @@ class notifyConsumer implements ConsumerInterface
|
|
|
|
|
|
private function ghsPtErrorAction($data)
|
|
|
{
|
|
|
- noticeUtil::push('1111', '15280215347');
|
|
|
$orderId = $data['orderId'] ?? 0;
|
|
|
$event = $data['event'] ?? '';
|
|
|
$order = OrderClass::getById($orderId, true);
|
|
|
@@ -91,9 +90,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);
|
|
|
}
|
|
|
}
|