【增加】期货插件

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' => [ 'listen' => [
//展示活动 //展示活动
'ShowPromotion' => [ 'ShowPromotion' => [
'addon\form\event\ShowPromotion', 'addon\futures\event\ShowPromotion',
], ],
'OrderPayment' => [ 'OrderPayment' => [
//'addon\form\event\OrderPayment', //'addon\form\event\OrderPayment',
], ],
'OrderCreate' => [ 'OrderCreate' => [
'addon\form\event\OrderCreate', 'addon\futures\event\OrderCreate',
] ]
], ],