极客西瓜线路表
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-11-03 11:04:15
|
||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||
* @LastEditTime: 2023-01-24 23:38:38
|
||||
* @LastEditTime: 2023-04-24 23:53:47
|
||||
*/
|
||||
$is_script = 1;
|
||||
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){
|
||||
$jike_data = get_product(__DIR__ . '/data/jike.csv');
|
||||
$jike_f = fopen(__DIR__ . '/data/jike.csv', 'w');
|
||||
@@ -151,7 +151,7 @@ jike_getList($jike, $jike_f, $all, $jike_data);
|
||||
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){
|
||||
$xigua_data = get_product(__DIR__ . '/data/xigua.csv');
|
||||
$xigua_f = fopen(__DIR__ . '/data/xigua.csv', 'w');
|
||||
|
||||
Reference in New Issue
Block a user