where('createtime','>',$starttime)->where('is_show',1)->order('weigh desc')->autopage()->select(); $list = list_domain_image($list,['video_file']); $this->success(1,$list); } public function info(){ $id = input('id'); $info = Db::name('video')->where('id',$id)->find(); $info = info_domain_image($info,['video_file']); $this->success(1,$info); } }