Browse Source

途酷开始

lizhen_gitee 1 year ago
parent
commit
d045c46db5
4 changed files with 10 additions and 12 deletions
  1. 3 3
      addons/epay/config.php
  2. 3 5
      application/config.php
  3. 3 3
      application/database.php
  4. 1 1
      application/extra/site.php

+ 3 - 3
addons/epay/config.php

@@ -10,9 +10,9 @@ return [
             'appid' => '',
             'app_id' => '',
             'app_secret' => '',
-            'miniapp_id' => 'wx876d08cf9b58ef10',
-            'mch_id' => '1650735102',
-            'key' => 'TEz4JneTy0AR2v0btHHTE0TtXbOMakvN',
+            'miniapp_id' => '',
+            'mch_id' => '',
+            'key' => '',
             'mode' => 'normal',
             'sub_mch_id' => '',
             'sub_appid' => '',

+ 3 - 5
application/config.php

@@ -306,11 +306,9 @@ return [
 
     //小程序
     'wxMiniProgram' => [
-        'appid'=>'wx876d08cf9b58ef10',
-        'secret'=>'b2b868518490f070c8106d73d7e6657f',
+        'appid'=>'wxe8075768d5eff4ec',
+        'secret'=>'1e20b85476f93da14c4ef49b5576093b',
     ],
 
-    'pay_notify_url' => 'https://yanxuebaoming.huxiukeji.cn',
-    'domain_cdnurl' => 'https://yanxuebaoming.huxiukeji.cn',
-    'h5_url'        => 'https://yanxueweb.huxiukeji.cn',
+    'domain_cdnurl' => 'https://tuku.huxiukeji.cn',
 ];

+ 3 - 3
application/database.php

@@ -18,11 +18,11 @@ return [
     // 服务器地址
     'hostname'        => Env::get('database.hostname', '106.54.206.212'),
     // 数据库名
-    'database'        => Env::get('database.database', 'yanxuebaoming'),
+    'database'        => Env::get('database.database', 'tuku'),
     // 用户名
-    'username'        => Env::get('database.username', 'yanxuebaoming'),
+    'username'        => Env::get('database.username', 'tuku'),
     // 密码
-    'password'        => Env::get('database.password', '3EAAwSLDXWpWDziR'),
+    'password'        => Env::get('database.password', '3AJsmpTfrNdEwCX3'),
     // 端口
     'hostport'        => Env::get('database.hostport', ''),
     // 连接dsn

+ 1 - 1
application/extra/site.php

@@ -1,7 +1,7 @@
 <?php
 
 return array (
-  'name' => '研学报名',
+  'name' => '途酷',
   'beian' => '',
   'cdnurl' => '',
   'version' => '1.0.1',