lizhen 2 dní pred
rodič
commit
774ce90e35

+ 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);
     }