批次更新
This commit is contained in:
@@ -76,7 +76,7 @@ class BarkPush implements ShouldQueue
|
||||
. __('order.fields.order_created') .': '.$this->order->created_at,
|
||||
"icon"=>url('assets/common/images/default.jpg'),
|
||||
"level"=>"timeSensitive",
|
||||
"group"=>dujiaoka_config_get('text_logo', '独角数卡')
|
||||
"group"=>dujiaoka_config_get('text_logo', '云泽数卡')
|
||||
];
|
||||
if (dujiaoka_config_get('is_open_bark_push_url', 0) == BaseModel::STATUS_OPEN) {
|
||||
$params["url"] = url('detail-order-sn/'.$this->order->order_sn);
|
||||
|
||||
@@ -34,7 +34,7 @@ class OrderUpdated
|
||||
$order = [
|
||||
'created_at' => date('Y-m-d H:i'),
|
||||
'ord_title' => $event->order->title,
|
||||
'webname' => $sysCache['text_logo'] ?? '独角数卡',
|
||||
'webname' => $sysCache['text_logo'] ?? '云泽数卡',
|
||||
'weburl' => config('app.url'),
|
||||
'order_id' => $event->order->order_sn,
|
||||
'ord_price' => $event->order->actual_price,
|
||||
|
||||
@@ -459,7 +459,7 @@ class OrderProcessService
|
||||
$mailData = [
|
||||
'created_at' => $order->create_at,
|
||||
'product_name' => $order->goods->gd_name,
|
||||
'webname' => dujiaoka_config_get('text_logo', '独角数卡'),
|
||||
'webname' => dujiaoka_config_get('text_logo', '云泽数卡'),
|
||||
'weburl' => config('app.url') ?? 'http://dujiaoka.com',
|
||||
'ord_info' => str_replace(PHP_EOL, '<br/>', $order->info),
|
||||
'ord_title' => $order->title,
|
||||
@@ -508,7 +508,7 @@ class OrderProcessService
|
||||
$mailData = [
|
||||
'created_at' => $order->create_at,
|
||||
'product_name' => $order->goods->gd_name,
|
||||
'webname' => dujiaoka_config_get('text_logo', '独角数卡'),
|
||||
'webname' => dujiaoka_config_get('text_logo', '云泽数卡'),
|
||||
'weburl' => config('app.url') ?? 'http://dujiaoka.com',
|
||||
'ord_info' => implode('<br/>', $carmisInfo),
|
||||
'ord_title' => $order->title,
|
||||
|
||||
Reference in New Issue
Block a user