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