【增加】期货插件
This commit is contained in:
parent
886deb2c8c
commit
00720baa6e
|
|
@ -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',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue