苗总组局小程序
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.
jol/application/extra/addons.php

74 lines
1.7 KiB

2 months ago
<?php
return [
'autoload' => false,
'hooks' => [
'app_init' => [
'alioss',
'crontab',
'qiniu',
],
'module_init' => [
'alioss',
'qiniu',
'third',
],
'upload_config_init' => [
'alioss',
'qiniu',
],
'upload_delete' => [
'alioss',
'qiniu',
],
'sms_send' => [
'alisms',
],
'sms_notice' => [
'alisms',
],
'sms_check' => [
'alisms',
],
'epay_config_init' => [
'epay',
],
'addon_action_begin' => [
'epay',
],
'action_begin' => [
'epay',
'third',
],
'upgrade' => [
'miniprogram',
],
'config_init' => [
'summernote',
'third',
],
'user_delete_successed' => [
'third',
],
'user_logout_successed' => [
'third',
],
'view_filter' => [
'third',
],
],
'route' => [
'/example$' => 'example/index/index',
'/example/d/[:name]' => 'example/demo/index',
'/example/d1/[:name]' => 'example/demo/demo1',
'/example/d2/[:name]' => 'example/demo/demo2',
'/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' => '',
];