mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
30 lines
499 B
PHP
Executable File
30 lines
499 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'autoload' => false,
|
|
'hooks' => [
|
|
'sms_send' => [
|
|
'alisms',
|
|
],
|
|
'sms_notice' => [
|
|
'alisms',
|
|
],
|
|
'sms_check' => [
|
|
'alisms',
|
|
],
|
|
'upgrade' => [
|
|
'shopro',
|
|
],
|
|
'app_init' => [
|
|
'shopro',
|
|
],
|
|
'config_init' => [
|
|
'shopro',
|
|
'ueditor',
|
|
],
|
|
],
|
|
'route' => [],
|
|
'priority' => [],
|
|
'domain' => '',
|
|
];
|