作者 root

增加 快车 和 刷新排序

... ... @@ -464,6 +464,11 @@ class Index extends Frontend
dump($html);
}
public function jump(){
$url=input('url');
dump($url);
}
public function test(){
$Cai=new Cai();
list($rank,$nature_rank,$kuai_rank) =$Cai->getRankNew('https://hangzhou.zbj.com/ydyykf/f.html?type=new');
... ... @@ -474,4 +479,5 @@ class Index extends Frontend
}
}
... ...