lizhen_gitee 3 mesi fa
parent
commit
ebdb4f9121
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      application/api/controller/Index.php

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

@@ -23,7 +23,7 @@ class Index extends Api
         $tag = list_domain_image($tag,['image']);
 
         //多个头条
-        $sys = Db::name('message_sys')->order('id desc')->select();
+        $sys = Db::name('index_sys')->order('id desc')->select();
 
         $result = [
             'tag' => $tag,