初始上传
This commit is contained in:
20
addon/memberwithdraw/config/event.php
Executable file
20
addon/memberwithdraw/config/event.php
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
//转账结果通知
|
||||
'PayTransferNotify' => [
|
||||
'addon\memberwithdraw\event\WithdrawTransferNotify',
|
||||
],
|
||||
'PayTransferCheck' => [
|
||||
'addon\memberwithdraw\event\WithdrawTransferCheck',
|
||||
],
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user