瀏覽代碼

社区地图

lizhen 2 天之前
父節點
當前提交
6e11615d93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/News.php

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

@@ -18,7 +18,7 @@ class News extends Api
             $this->error();
         }
         $find = Db::name('news')->where('key',$key)->find();
-        $find = info_domain_image($find,['video_file']);
+        $find = info_domain_image($find,['video_file','images']);
 
         $this->success('success',$find);
     }