线路表
This commit is contained in:
@@ -159,26 +159,6 @@ tiantian_getList($tiantian, $tiantian_f, $all, $tiantian_data, '天天');
|
||||
fclose($tiantian_f);
|
||||
}
|
||||
|
||||
$apikey = '80cf4f64e990b78a9fc5eb';
|
||||
$url = "http://rds-api.juip.com/server/index/getList?apikey=".$apikey;
|
||||
$mogu = json_decode(file_get_contents($url), true)['data'];
|
||||
mogu_getList($mogu, $mogu_f, $all, $mogu_data, '蘑菇');
|
||||
|
||||
// $laoying = file_get_contents('http://list.wzvps.com/');
|
||||
// if($laoying){
|
||||
// $laoying_data = get_product(__DIR__ . '/data/laoying.csv');
|
||||
// $laoying_f = fopen(__DIR__ . '/data/laoying.csv', 'w');
|
||||
// //写入老鹰文件
|
||||
// laoying_getList($laoying, $laoying_f, $all, $laoying_data);
|
||||
// fclose($laoying_f);
|
||||
// }
|
||||
|
||||
// $shihui_data = get_product(__DIR__ . '/data/shihui.csv');
|
||||
// $shihui_f = fopen(__DIR__ . '/data/shihui.csv', 'w');
|
||||
// $shihui = get_content('http://39.96.182.192:8888/agent.html', $product_list[15]['Token']);
|
||||
// //写入实惠文件
|
||||
// shihui_getList($shihui, $shihui_f, $all, $shihui_data);
|
||||
// fclose($shihui_f);
|
||||
|
||||
$gongxiang_data = get_product(__DIR__ . '/data/gongxiang.csv');
|
||||
$gongxiang_f = fopen(__DIR__ . '/data/gongxiang.csv', 'w');
|
||||
|
||||
Reference in New Issue
Block a user