false, 'hooks' => [ 'app_init' => [ 'cos', 'epay', 'qrcode', ], 'upload_config_init' => [ 'cos', ], 'upload_delete' => [ 'cos', ], 'user_sidenav_after' => [ 'poster', ], 'config_init' => [ 'qcloudsms', 'third', ], 'sms_send' => [ 'qcloudsms', ], 'sms_notice' => [ 'qcloudsms', ], 'sms_check' => [ 'qcloudsms', ], ], 'route' => [ '/example$' => 'example/index/index', '/example/d/[:name]' => 'example/demo/index', '/example/d1/[:name]' => 'example/demo/demo1', '/example/d2/[:name]' => 'example/demo/demo2', '/qrcode$' => 'qrcode/index/index', '/qrcode/build$' => 'qrcode/index/build', '/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' => '', ];