|
|
@@ -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);
|