21 lines
428 B
PHP
21 lines
428 B
PHP
<?php
|
|
// 事件定义文件
|
|
return [
|
|
'bind' => [
|
|
|
|
],
|
|
|
|
'listen' => [
|
|
'WeappAuth' => [
|
|
// 'addon\wxoplatform\event\modifyDomain',
|
|
],
|
|
// 小程序自动提交审核
|
|
'WeappAutoSubmit' => [
|
|
'addon\wxoplatform\event\WeappAutoSubmit',
|
|
],
|
|
'WeappRegister'=>[
|
|
'addon\wxoplatform\event\WeappRegister',
|
|
]
|
|
],
|
|
'subscribe' => [],
|
|
]; |