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