无限线路表去掉更新

This commit is contained in:
“wanyongkang”
2021-01-10 13:34:31 +08:00
parent f91c3353fb
commit 9f42a840c9

View File

@@ -74,12 +74,12 @@ $xunlian = json_decode(file_get_contents("http://xunyou.ippptp.com:2222/api/area
xunlian_getList($xunlian, $xunlian_f, $all, $xunlian_data);
fclose($xunlian_f);
$wuxian_data = get_product(__DIR__ . '/data/wuxian.csv');
$wuxian_f = fopen(__DIR__ . '/data/wuxian.csv', 'w');
$wuxian = get_content('http://221.225.83.92:6888/agent/serversList.html', $product_list[9]['Token']);
//写入无限文件
gongxiang_getList($wuxian, $wuxian_f, $all, $wuxian_data, '无限');
fclose($wuxian_f);
// $wuxian_data = get_product(__DIR__ . '/data/wuxian.csv');
// $wuxian_f = fopen(__DIR__ . '/data/wuxian.csv', 'w');
// $wuxian = get_content('http://221.225.83.92:6888/agent/serversList.html', $product_list[9]['Token']);
// //写入无限文件
// gongxiang_getList($wuxian, $wuxian_f, $all, $wuxian_data, '无限');
// fclose($wuxian_f);
$xianfeng_data = get_product(__DIR__ . '/data/xianfeng.csv');
$xianfeng_f = fopen(__DIR__ . '/data/xianfeng.csv', 'w');