1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?php
- return [
-
- 'app_debug' => true,
-
- 'app_trace' => false,
-
- 'url_param_type' => 1,
-
- 'thinkadmin_ver' => 'v5',
- 'jwt' => 'ddsc',
- 'jwt_time' => 14400000,
-
- 'ali_set' => [
- 'Key' => 'LTAI5tJ5p12drZegeWVG33xZ',
- 'secret' =>'82UWAiY5e5wH8tSkRvMtqVoGO0h8SB',
- 'host' => 'https://gaoyixia.oss-cn-hangzhou.aliyuncs.com',
- ],
-
- 'mini_program' => [
- 'app_id' => env('WECHAT_MINI_PROGRAM_APPID', ''),
- 'secret' => env('WECHAT_MINI_PROGRAM_SECRET',''),
- 'token' => env('WECHAT_MINI_PROGRAM_TOKEN', ''),
- 'aes_key' => env('WECHAT_MINI_PROGRAM_AES_KEY', ''),
- ],
-
- 'wx_pay'=>[
- 'app_id'=>'wx9c6bb6d105d7e75c',
- 'mch_id'=>'1636861549',
- 'key' =>'rYBoC4pWCekexWO8klJRWHLbGF3hEKF7',
- 'cert_path'=>'wx_cert/apiclient_cert.pem',
- 'key_path' =>'wx_cert/apiclient_key.pem',
- ],
-
- 'app_wx' => [
- 'app_id' => 'wx68d5c1549bfc69f3',
- 'secret' => '141c65072397996642e5afbfd7cdc789',
- 'mch_id'=>'1636861549',
- 'token' =>'',
- 'aes_key' =>'',
- 'key' =>'rYBoC4pWCekexWO8klJRWHLbGF3hEKF7',
- 'cert_path'=>'wx_cert/apiclient_cert.pem',
- 'key_path' =>'wx_cert/apiclient_key.pem',
- ],
-
- 'official_account'=>[
- 'appid'=>'wx9c6bb6d105d7e75c',
- 'secret'=>'ca8049a1f3206636eddbaa7695872231',
- 'mch_id'=>'1636861549',
- 'key' =>'rYBoC4pWCekexWO8klJRWHLbGF3hEKF7',
- 'cert_path'=>'wx_cert/apiclient_cert.pem',
- 'key_path' =>'wx_cert/apiclient_key.pem',
- ],
-
- 'jiguang'=>[
- 'AppKey'=>'02a7faefd91c8a6a446a6a14',
- 'MasterSecret'=>'ba2e100db997024d9b6e5d35',
- ],
-
- ];
|