初始上传
This commit is contained in:
31
addon/bundling/config/event.php
Executable file
31
addon/bundling/config/event.php
Executable file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
|
||||
//展示活动
|
||||
'ShowPromotion' => [
|
||||
'addon\bundling\event\ShowPromotion',
|
||||
],
|
||||
'PromotionType' => [
|
||||
'addon\bundling\event\PromotionType',
|
||||
],
|
||||
// 订单营销活动类型
|
||||
'OrderPromotionType' => [
|
||||
'addon\bundling\event\OrderPromotionType',
|
||||
],
|
||||
// 删除商品(需判断套餐是否存在该商品,存在活动关闭)
|
||||
'DeleteGoods' => [
|
||||
'addon\bundling\event\DeleteGoods',
|
||||
],
|
||||
'GoodsListPromotion'=>[
|
||||
'addon\bundling\event\GoodsListPromotion',
|
||||
]
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user