예제 #1
0
 /**
  * 获取搜索页数据
  */
 public function searchPreview($url, $type = 'pc')
 {
     $template = new PrintController('online', $type);
     return $template->sendCusAllData($url);
 }