|
@@ -440,6 +440,8 @@ class StoreOrderDeliveryServices extends BaseServices
|
|
|
/** @var StoreOrderCartInfoServices $orderInfoServices */
|
|
/** @var StoreOrderCartInfoServices $orderInfoServices */
|
|
|
$orderInfoServices = app()->make(StoreOrderCartInfoServices::class);
|
|
$orderInfoServices = app()->make(StoreOrderCartInfoServices::class);
|
|
|
$storeName = $orderInfoServices->getCarIdByProductTitle((int)$orderInfo->id);
|
|
$storeName = $orderInfoServices->getCarIdByProductTitle((int)$orderInfo->id);
|
|
|
|
|
+ // 发货信息录入
|
|
|
|
|
+ event('OrderShipping', [$orderInfo, $type, $data['delivery_id'], $data['delivery_name']]);
|
|
|
$res = [];
|
|
$res = [];
|
|
|
switch ($type) {
|
|
switch ($type) {
|
|
|
case 1://快递发货
|
|
case 1://快递发货
|