Files
ZangShiQi/addon/form/config/event.php
2026-04-04 17:27:12 +08:00

24 lines
426 B
PHP
Executable File

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
//展示活动
'ShowPromotion' => [
'addon\form\event\ShowPromotion',
],
'OrderPayment' => [
'addon\form\event\OrderPayment',
],
'OrderCreateAfter' => [
'addon\form\event\OrderCreateAfter',
]
],
'subscribe' => [
],
];