lizhen 2 giorni fa
parent
commit
774ce90e35
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      application/api/controller/Zhengcejiedu.php

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

@@ -13,7 +13,7 @@ class Zhengcejiedu extends Api
     protected $noNeedRight = ['*'];
 
     public function lists(){
-        $list = Db::name('zhengcejiedu')->field('id,title,image,updatetime')->where('status',1)->order('weigh','desc')->select();
+        $list = Db::name('zhengcejiedu')->field('id,title,image,audio_file,video_file,updatetime')->where('status',1)->order('weigh','desc')->select();
         $list = list_domain_image($list,['image','audio_file','video_file']);
         $this->success(1,$list);
     }