【增加】期货插件

This commit is contained in:
liqianjin 2023-02-22 14:39:20 +08:00
parent 886deb2c8c
commit 00720baa6e
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ return [
'listen' => [
//展示活动
'ShowPromotion' => [
'addon\form\event\ShowPromotion',
'addon\futures\event\ShowPromotion',
],
'OrderPayment' => [
//'addon\form\event\OrderPayment',
],
'OrderCreate' => [
'addon\form\event\OrderCreate',
'addon\futures\event\OrderCreate',
]
],