array ( 'can_minus' => array ( 'balance' => false, 'score' => false, ), 'deductions' => false, 'account_type' => array ( 'balance' => '总分润', 'score' => '已打款', ), ), 'admin' => array ( 'name' => '平安接口系统', 'logo' => '平安接口系统', 'logo-mini' => '共享', 'bootstrap' => '/home/wwwroot/pingan/app/Admin/bootstrap.php', 'route' => array ( 'prefix' => 'admin', 'namespace' => 'App\\Admin\\Controllers', 'middleware' => array ( 0 => 'web', 1 => 'admin', ), ), 'directory' => '/home/wwwroot/pingan/app/Admin', 'title' => 'Admin', 'https' => false, 'auth' => array ( 'controller' => 'App\\Admin\\Controllers\\AuthController', 'guard' => 'admin', 'guards' => array ( 'admin' => array ( 'driver' => 'session', 'provider' => 'admin', ), ), 'providers' => array ( 'admin' => array ( 'driver' => 'eloquent', 'model' => 'Encore\\Admin\\Auth\\Database\\Administrator', ), ), 'remember' => true, 'redirect_to' => 'auth/login', 'excepts' => array ( 0 => 'auth/login', 1 => 'auth/logout', 2 => '_handle_action_', ), ), 'upload' => array ( 'disk' => 'public', 'directory' => array ( 'image' => 'images', 'file' => 'files', ), ), 'database' => array ( 'connection' => '', 'users_table' => 'admin_users', 'users_model' => 'Encore\\Admin\\Auth\\Database\\Administrator', 'roles_table' => 'admin_roles', 'roles_model' => 'Encore\\Admin\\Auth\\Database\\Role', 'permissions_table' => 'admin_permissions', 'permissions_model' => 'Encore\\Admin\\Auth\\Database\\Permission', 'menu_table' => 'admin_menu', 'menu_model' => 'Encore\\Admin\\Auth\\Database\\Menu', 'operation_log_table' => 'admin_operation_log', 'user_permissions_table' => 'admin_user_permissions', 'role_users_table' => 'admin_role_users', 'role_permissions_table' => 'admin_role_permissions', 'role_menu_table' => 'admin_role_menu', ), 'operation_log' => array ( 'enable' => true, 'allowed_methods' => array ( 0 => 'GET', 1 => 'HEAD', 2 => 'POST', 3 => 'PUT', 4 => 'DELETE', 5 => 'CONNECT', 6 => 'OPTIONS', 7 => 'TRACE', 8 => 'PATCH', ), 'except' => array ( 0 => 'admin/auth/logs*', ), ), 'check_route_permission' => true, 'check_menu_roles' => true, 'default_avatar' => '/vendor/laravel-admin/AdminLTE/dist/img/user2-160x160.jpg', 'map_provider' => 'google', 'skin' => 'skin-blue', 'layout' => array ( 0 => 'fixed', 1 => 'sidebar-mini', ), 'login_background_image' => '', 'show_version' => true, 'show_environment' => true, 'menu_bind_permission' => true, 'enable_default_breadcrumb' => true, 'minify_assets' => array ( 'excepts' => array ( ), ), 'enable_menu_search' => true, 'top_alert' => '', 'grid_action_class' => 'Encore\\Admin\\Grid\\Displayers\\DropdownActions', 'extension_dir' => '/home/wwwroot/pingan/app/Admin/Extensions', 'extensions' => array ( 'wang-editor' => array ( 'enable' => true, 'config' => array ( ), ), ), ), 'app' => array ( 'name' => '平安券核销管理系统', 'env' => 'local', 'debug' => true, 'url' => 'http://pa.ysd-bs.com', 'asset_url' => NULL, 'timezone' => 'PRC', 'locale' => 'zh-CN', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'key' => 'base64:HrWbyXR/0Bh/w5Ij6fx8747z4VvKLupYPhWELuLvVro=', 'cipher' => 'AES-256-CBC', 'providers' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Cookie\\CookieServiceProvider', 6 => 'Illuminate\\Database\\DatabaseServiceProvider', 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 10 => 'Illuminate\\Hashing\\HashServiceProvider', 11 => 'Illuminate\\Mail\\MailServiceProvider', 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 15 => 'Illuminate\\Queue\\QueueServiceProvider', 16 => 'Illuminate\\Redis\\RedisServiceProvider', 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'App\\Providers\\AppServiceProvider', 23 => 'App\\Providers\\AuthServiceProvider', 24 => 'App\\Providers\\EventServiceProvider', 25 => 'App\\Providers\\RouteServiceProvider', 26 => 'App\\Api\\ApiServiceProvider', 27 => 'App\\Merchant\\MerchantServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Arr' => 'Illuminate\\Support\\Arr', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', 'Bus' => 'Illuminate\\Support\\Facades\\Bus', 'Cache' => 'Illuminate\\Support\\Facades\\Cache', 'Config' => 'Illuminate\\Support\\Facades\\Config', 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', 'DB' => 'Illuminate\\Support\\Facades\\DB', 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', 'Event' => 'Illuminate\\Support\\Facades\\Event', 'File' => 'Illuminate\\Support\\Facades\\File', 'Gate' => 'Illuminate\\Support\\Facades\\Gate', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Redis' => 'Illuminate\\Support\\Facades\\Redis', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'Str' => 'Illuminate\\Support\\Str', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'PingAn' => 'App\\Facades\\PingAn\\Facade', 'Wo' => 'App\\Facades\\Wo\\Facade', ), ), 'aslong_sms' => array ( 'debug' => false, 'timeout' => 5.0, 'product' => '共享马甲', 'default' => array ( 'strategy' => 'Overtrue\\EasySms\\Strategies\\OrderStrategy', 'gateways' => array ( 0 => 'aliyun', ), ), 'length' => 4, 'once_used' => true, 'template' => array ( 'DEFAULT' => 'SMS_85730027', 'LOGIN' => 'SMS_85810026', 'REGISTER' => 'SMS_85720025', ), 'gateways' => array ( 'errorlog' => array ( 'file' => '/home/wwwroot/pingan/storage/logs/easy-sms.log', ), 'aliyun' => array ( 'access_key_id' => 'LTAI4Fsw6pWy4WYwK9vYpsk3', 'access_key_secret' => 'qOuR1MjhEVd9XDURC3QXcOHcWnLrx9', 'sign_name' => '如朗', ), 'aliyunrest' => array ( 'app_key' => '', 'app_secret_key' => '', 'sign_name' => '', ), 'yunpian' => array ( 'api_key' => '', 'signature' => '', ), ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'token', 'provider' => 'users', 'hash' => false, ), 'merchant' => array ( 'driver' => 'session', 'provider' => 'users', ), 'admin' => array ( 'driver' => 'session', 'provider' => 'admin', ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\User', ), 'admin' => array ( 'driver' => 'eloquent', 'model' => 'Encore\\Admin\\Auth\\Database\\Administrator', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, 'throttle' => 60, ), ), 'password_timeout' => 10800, 'controller' => 'App\\Admin\\Controllers\\AuthController', 'guard' => 'admin', 'remember' => true, 'redirect_to' => 'auth/login', 'excepts' => array ( 0 => 'auth/login', 1 => 'auth/logout', 2 => '_handle_action_', ), ), 'broadcasting' => array ( 'default' => 'file', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => NULL, 'secret' => NULL, 'app_id' => NULL, 'options' => array ( 'cluster' => NULL, 'useTLS' => true, ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/wwwroot/pingan/storage/framework/cache/data', ), 'memcached' => array ( 'driver' => 'memcached', 'persistent_id' => NULL, 'sasl' => array ( 0 => NULL, 1 => NULL, ), 'options' => array ( ), 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'cache', ), 'dynamodb' => array ( 'driver' => 'dynamodb', 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), ), 'prefix' => '_cache', ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'pingan', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'pingan', 'username' => 'pingan', 'password' => 'vnmrIl3fn5Alahna', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'engine' => NULL, 'options' => array ( ), ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'pingan', 'username' => 'pingan', 'password' => 'vnmrIl3fn5Alahna', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'pingan', 'username' => 'pingan', 'password' => 'vnmrIl3fn5Alahna', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => '_database_', ), 'default' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => 0, ), 'cache' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => 1, ), ), ), 'excel' => array ( 'exports' => array ( 'chunk_size' => 1000, 'pre_calculate_formulas' => false, 'csv' => array ( 'delimiter' => ',', 'enclosure' => '"', 'line_ending' => ' ', 'use_bom' => false, 'include_separator_line' => false, 'excel_compatibility' => false, ), ), 'imports' => array ( 'read_only' => true, 'heading_row' => array ( 'formatter' => 'slug', ), 'csv' => array ( 'delimiter' => ',', 'enclosure' => '"', 'escape_character' => '\\', 'contiguous' => false, 'input_encoding' => 'UTF-8', ), ), 'extension_detector' => array ( 'xlsx' => 'Xlsx', 'xlsm' => 'Xlsx', 'xltx' => 'Xlsx', 'xltm' => 'Xlsx', 'xls' => 'Xls', 'xlt' => 'Xls', 'ods' => 'Ods', 'ots' => 'Ods', 'slk' => 'Slk', 'xml' => 'Xml', 'gnumeric' => 'Gnumeric', 'htm' => 'Html', 'html' => 'Html', 'csv' => 'Csv', 'tsv' => 'Csv', 'pdf' => 'Dompdf', ), 'value_binder' => array ( 'default' => 'Maatwebsite\\Excel\\DefaultValueBinder', ), 'transactions' => array ( 'handler' => 'db', ), 'temporary_files' => array ( 'local_path' => '/tmp', 'remote_disk' => NULL, ), ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 's3', 'disks' => array ( 'admin' => array ( 'driver' => 'local', 'root' => '/home/wwwroot/pingan/storage/app/public', 'url' => 'http://pa.ysd-bs.com/storage', 'visibility' => 'public', ), 'local' => array ( 'driver' => 'local', 'root' => '/home/wwwroot/pingan/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/home/wwwroot/pingan/storage/app/public', 'url' => 'http://pa.ysd-bs.com/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => NULL, 'secret' => NULL, 'region' => NULL, 'bucket' => NULL, 'url' => NULL, ), 'wo' => array ( 'driver' => 'local', 'root' => '/home/wwwroot/pingan/storage/cert/wo', ), ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 1024, 'threads' => 2, 'time' => 2, ), ), 'logging' => array ( 'default' => 'daily', 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'daily', ), 'ignore_exceptions' => false, ), 'single' => array ( 'driver' => 'single', 'path' => '/home/wwwroot/pingan/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/wwwroot/pingan/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'critical', ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, ), ), 'stderr' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\StreamHandler', 'formatter' => NULL, 'with' => array ( 'stream' => 'php://stderr', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', ), 'null' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler', ), ), ), 'mail' => array ( 'driver' => 'smtp', 'host' => 'smtp.mailgun.org', 'port' => 587, 'from' => array ( 'address' => 'hello@example.com', 'name' => 'Example', ), 'encryption' => 'tls', 'username' => NULL, 'password' => NULL, 'sendmail' => '/usr/sbin/sendmail -bs', 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/wwwroot/pingan/resources/views/vendor/mail', ), ), 'log_channel' => NULL, ), 'pingan' => array ( 'this_type' => 'dev', 'test' => array ( 'client_id' => 'P_YISHIDAI', 'grant_type' => 'client_credentials', 'client_secret' => 'zGg9e6J5', 'userName' => '18804518018', 'AES_CODE' => '61DA0376BEBCFE1F', 'tokenUri' => 'https://test-api.pingan.com.cn:20443/oauth/oauth2/access_token', 'Uri' => 'http://test-api.pingan.com.cn:20080/open/vassPartner/appsvr/property/api/new/', ), 'dev' => array ( 'client_id' => 'P_YISHIDAI', 'grant_type' => 'client_credentials', 'client_secret' => 'F3j5J7bx', 'userName' => '13936166646', 'AES_CODE' => '108DD27AB83252DB', 'tokenUri' => 'http://api.pingan.com.cn/oauth/oauth2/access_token', 'Uri' => 'http://api.pingan.com.cn/open/vassPartner/appsvr/property/api/new/', ), 'profit' => array ( 'YSD-full100-10' => 0, 'YSD-full100-25' => 15, 'YSD-full100-50' => 40, 'YSD-full200-100' => 80, ), 'coupon_status' => array ( 1 => '使用中', 2 => '已使用', 3 => '已过期', 4 => '已收回', 5 => '退兑换', 6 => '已冻结', 7 => '未激活', ), ), 'queue' => array ( 'default' => 'database', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, 'block_for' => 0, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => NULL, 'secret' => NULL, 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'your-queue-name', 'region' => 'us-east-1', ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => NULL, ), ), 'failed' => array ( 'driver' => 'database', 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, 'endpoint' => 'api.mailgun.net', ), 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/wwwroot/pingan/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => '_session', 'path' => '/', 'domain' => NULL, 'secure' => false, 'http_only' => true, 'same_site' => NULL, ), 'view' => array ( 'paths' => array ( 0 => '/home/wwwroot/pingan/resources/views', ), 'compiled' => '/home/wwwroot/pingan/storage/framework/views', ), 'wechat' => array ( 'defaults' => array ( 'response_type' => 'array', 'use_laravel_cache' => true, 'log' => array ( 'level' => 'debug', 'file' => '/home/wwwroot/pingan/storage/logs/wechat.log', ), ), 'route' => array ( ), 'official_account' => array ( 'default' => array ( 'app_id' => 'your-app-id', 'secret' => 'your-app-secret', 'token' => 'your-token', 'aes_key' => '', ), ), 'payment' => array ( 'default' => array ( 'sandbox' => false, 'app_id' => '', 'mch_id' => 'your-mch-id', 'key' => 'key-for-signature', 'cert_path' => 'path/to/cert/apiclient_cert.pem', 'key_path' => 'path/to/cert/apiclient_key.pem', 'notify_url' => 'http://example.com/payments/wechat-notify', ), ), ), 'wo' => array ( 'merchantCert' => '/home/wwwroot/pingan/storage/cert/wo/309700710354582.cer', 'private' => '/home/wwwroot/pingan/storage/cert/wo/private_rsa.pem', 'public' => '/home/wwwroot/pingan/storage/cert/wo/public_rsa.pem', 'merchant_id' => '309700710354582', 'charset' => '00-GBK', 'version' => '1.0', 'signType' => 'RSA', 'channelType' => 'wbsh', 'baseUri' => 'http://123.125.97.251:8880/mpc/wbsh', 'ticketState' => array ( 'A' => 'ticketBuyback', 'U' => 'ticketInvalid', ), 'ticketStateText' => array ( 'A' => '已领用', 'U' => '已使用', 'E' => '已过期', 'H' => '已冻结', ), ), 'flare' => array ( 'key' => NULL, 'reporting' => array ( 'anonymize_ips' => true, 'collect_git_information' => true, 'report_queries' => true, 'maximum_number_of_collected_queries' => 200, 'report_query_bindings' => true, 'report_view_data' => true, 'grouping_type' => NULL, ), 'send_logs_as_events' => true, ), 'ignition' => array ( 'editor' => 'phpstorm', 'theme' => 'light', 'enable_share_button' => true, 'register_commands' => false, 'ignored_solution_providers' => array ( ), 'enable_runnable_solutions' => NULL, 'remote_sites_path' => '', 'local_sites_path' => '', 'housekeeping_endpoint_prefix' => '_ignition', ), 'image' => array ( 'driver' => 'gd', ), 'trustedproxy' => array ( 'proxies' => NULL, 'headers' => 30, ), 'tinker' => array ( 'commands' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );