初始上传
This commit is contained in:
28
addon/birthdaygift/config/event.php
Executable file
28
addon/birthdaygift/config/event.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
//展示活动
|
||||
'ShowPromotion' => [
|
||||
'addon\birthdaygift\event\ShowPromotion',
|
||||
],
|
||||
'PointRule' => [
|
||||
'addon\birthdaygift\event\PointRule',
|
||||
],
|
||||
//活动开启
|
||||
'OpenBirthdayGift' => [
|
||||
'addon\birthdaygift\event\OpenBirthdayGift',
|
||||
],
|
||||
//活动关闭
|
||||
'CloseBirthdayGift' => [
|
||||
'addon\birthdaygift\event\CloseBirthdayGift',
|
||||
],
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user