53 lines
1.2 KiB
PHP
53 lines
1.2 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'autoload' => false,
|
||
|
|
'hooks' => [
|
||
|
|
'app_init' => [
|
||
|
|
'alioss',
|
||
|
|
],
|
||
|
|
'module_init' => [
|
||
|
|
'alioss',
|
||
|
|
'third',
|
||
|
|
],
|
||
|
|
'upload_config_init' => [
|
||
|
|
'alioss',
|
||
|
|
],
|
||
|
|
'upload_delete' => [
|
||
|
|
'alioss',
|
||
|
|
],
|
||
|
|
'epay_config_init' => [
|
||
|
|
'epay',
|
||
|
|
],
|
||
|
|
'addon_action_begin' => [
|
||
|
|
'epay',
|
||
|
|
],
|
||
|
|
'action_begin' => [
|
||
|
|
'epay',
|
||
|
|
'third',
|
||
|
|
],
|
||
|
|
'config_init' => [
|
||
|
|
'summernote',
|
||
|
|
'third',
|
||
|
|
],
|
||
|
|
'user_delete_successed' => [
|
||
|
|
'third',
|
||
|
|
],
|
||
|
|
'user_logout_successed' => [
|
||
|
|
'third',
|
||
|
|
],
|
||
|
|
'view_filter' => [
|
||
|
|
'third',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
'route' => [
|
||
|
|
'/third$' => 'third/index/index',
|
||
|
|
'/third/connect/[:platform]' => 'third/index/connect',
|
||
|
|
'/third/callback/[:platform]' => 'third/index/callback',
|
||
|
|
'/third/bind/[:platform]' => 'third/index/bind',
|
||
|
|
'/third/unbind/[:platform]' => 'third/index/unbind',
|
||
|
|
],
|
||
|
|
'priority' => [],
|
||
|
|
'domain' => '',
|
||
|
|
];
|