和蕙健康小程序后端
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.
 
 
 
 
 
 

38 lines
689 B

<?php
return [
'autoload' => false,
'hooks' => [
'sms_send' => [
'alisms',
],
'sms_notice' => [
'alisms',
],
'sms_check' => [
'alisms',
],
'epay_config_init' => [
'epay',
],
'addon_action_begin' => [
'epay',
],
'action_begin' => [
'epay',
],
'upgrade' => [
'shopro',
],
'app_init' => [
'shopro',
],
'config_init' => [
'shopro',
'summernote',
],
],
'route' => [],
'priority' => [],
'domain' => '',
];