极客西瓜线路表
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* @Author: kangkang
|
* @Author: kangkang
|
||||||
* @Date: 2020-11-03 11:04:15
|
* @Date: 2020-11-03 11:04:15
|
||||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||||
* @LastEditTime: 2023-01-24 23:38:38
|
* @LastEditTime: 2023-04-24 23:53:47
|
||||||
*/
|
*/
|
||||||
$is_script = 1;
|
$is_script = 1;
|
||||||
include_once __DIR__ . '/../../index.php';
|
include_once __DIR__ . '/../../index.php';
|
||||||
@@ -142,7 +142,7 @@ $huohu = json_decode(file_get_contents($url), true);
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
$jike = json_decode(file_get_contents("http://api.webok.me/beikeiplist/"), true)['data'];
|
$jike = json_decode(file_get_contents("http://api.beikeip.com/beikeiplist/"), true)['data'];
|
||||||
if($jike){
|
if($jike){
|
||||||
$jike_data = get_product(__DIR__ . '/data/jike.csv');
|
$jike_data = get_product(__DIR__ . '/data/jike.csv');
|
||||||
$jike_f = fopen(__DIR__ . '/data/jike.csv', 'w');
|
$jike_f = fopen(__DIR__ . '/data/jike.csv', 'w');
|
||||||
@@ -151,7 +151,7 @@ jike_getList($jike, $jike_f, $all, $jike_data);
|
|||||||
fclose($jike_f);
|
fclose($jike_f);
|
||||||
}
|
}
|
||||||
|
|
||||||
$xigua = json_decode(file_get_contents("http://api.webok.me/serverlistyzip/"), true)['data'];
|
$xigua = json_decode(file_get_contents("http://api.beikeip.com/serverlistyzip/"), true)['data'];
|
||||||
if($xigua){
|
if($xigua){
|
||||||
$xigua_data = get_product(__DIR__ . '/data/xigua.csv');
|
$xigua_data = get_product(__DIR__ . '/data/xigua.csv');
|
||||||
$xigua_f = fopen(__DIR__ . '/data/xigua.csv', 'w');
|
$xigua_f = fopen(__DIR__ . '/data/xigua.csv', 'w');
|
||||||
|
|||||||
Reference in New Issue
Block a user