linwu há 10 meses atrás
pai
commit
cfa8e78d8a

+ 1 - 1
app/api/controller/Index.php

@@ -43,7 +43,7 @@ class Index extends Base
             "sitename" => systemName(),
             "banners" => $banners,//轮播图
             "boxs" => $boxs,//模块
-            "contact_us" => "0595-88052395",//联系电话
+            "contact_us" => "0595-88150395",//联系电话
             "announcements" => $announcements,//公告
             "notice" => [
                 "title" => Webconfig::getValue('notice_title'),

+ 1 - 1
app/api/controller/接口文档.md

@@ -68,7 +68,7 @@
                 "color":""
             }
         ],
-        "contact_us": "0595-88052395",  //联系电话
+        "contact_us": "0595-88150395",  //联系电话
         "announcements": [         //公告
             {
                 "id": 4,

+ 1 - 1
app/database.php

@@ -52,7 +52,7 @@ return [
     // 数据库连接参数
     'params' => [],
     // 数据库编码默认采用utf8
-    'charset' => 'utf8',
+    'charset' => 'utf8mb4',
     // 开启断线重连
     'break_reconnect' => true,
 ];

BIN
public/favicon.ico