You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
<?php
|
|
|
|
return [
|
|
'autoload' => false,
|
|
'hooks' => [
|
|
'sms_send' => [
|
|
'alisms',
|
|
],
|
|
'sms_notice' => [
|
|
'alisms',
|
|
],
|
|
'sms_check' => [
|
|
'alisms',
|
|
],
|
|
'upgrade' => [
|
|
'shopro',
|
|
],
|
|
'app_init' => [
|
|
'shopro',
|
|
],
|
|
'user_delete_successed' => [
|
|
'third',
|
|
],
|
|
'user_logout_successed' => [
|
|
'third',
|
|
],
|
|
'module_init' => [
|
|
'third',
|
|
],
|
|
'action_begin' => [
|
|
'third',
|
|
],
|
|
'config_init' => [
|
|
'third',
|
|
'ueditor',
|
|
],
|
|
'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' => '',
|
|
];
|
|
|