lizhen 2 روز پیش
والد
کامیت
774ce90e35
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
     }