|
|
@@ -31,7 +31,6 @@ class Delivery implements ListenerInterface
|
|
|
[$orderInfo, $storeName, $data, $type] = $event;
|
|
|
$orderInfo = is_object($orderInfo) ? $orderInfo->toArray() : $orderInfo;
|
|
|
$storeName = substrUTf8($storeName, 20, 'UTF-8', '');
|
|
|
- IntegralJob::dispatchDo('dealOrderIntegral', [$orderInfo]);
|
|
|
switch ($type) {
|
|
|
case 1://快递发货
|
|
|
//用户推送消息事件
|