线路表

This commit is contained in:
“wanyongkang”
2021-09-01 17:12:08 +08:00
parent 77fe4e9753
commit c712fce92b

View File

@@ -58,7 +58,6 @@ $mogu_f = fopen(__DIR__ . '/data/mogu.csv', 'w');
$mogu = json_decode(file_get_contents($url), true)['data'];
mogu_getList($mogu, $mogu_f, $all, $mogu_data);
fclose($mogu_f);
die;
$time = time();