初始上传
This commit is contained in:
30
addon/offlinepay/config/event.php
Executable file
30
addon/offlinepay/config/event.php
Executable file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
//支付方式,后台查询
|
||||
'PayType' => [
|
||||
'addon\offlinepay\event\PayType'
|
||||
],
|
||||
'Pay' => [
|
||||
'addon\offlinepay\event\Pay'
|
||||
],
|
||||
'PayClose' => [
|
||||
'addon\offlinepay\event\PayClose'
|
||||
],
|
||||
'PayRefund' => [
|
||||
'addon\offlinepay\event\PayRefund'
|
||||
],
|
||||
'SendMessageTemplate' => [
|
||||
'addon\offlinepay\event\MessageOfflinepayWaitAudit',
|
||||
'addon\offlinepay\event\MessageOfflinepayAuditRefuse',
|
||||
],
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user