示例#1
0
 public function get($ids)
 {
     return $this->post->with('media')->whereIn($ids)->get();
 }