取消火狐云牛线路检测
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-11-03 11:04:15
|
||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||
* @LastEditTime: 2022-05-22 17:27:09
|
||||
* @LastEditTime: 2023-01-24 23:38:38
|
||||
*/
|
||||
$is_script = 1;
|
||||
include_once __DIR__ . '/../../index.php';
|
||||
@@ -103,26 +103,26 @@ $url = 'http://int.linghangadmin.com:8000/sysadmin/useradmin/lineapi_admin1.php?
|
||||
$huohu = json_decode(file_get_contents($url), true);
|
||||
|
||||
|
||||
if(!empty($huohu)){
|
||||
$huohu_f = fopen(__DIR__ . '/data/huohu.csv', 'w');
|
||||
//写入火狐文件
|
||||
$huohu_data = get_product(__DIR__ . '/data/huohu.csv');
|
||||
huohu_getList($huohu, $huohu_f, $all,$huohu_data);
|
||||
fclose($huohu_f);
|
||||
}
|
||||
// if(!empty($huohu)){
|
||||
// $huohu_f = fopen(__DIR__ . '/data/huohu.csv', 'w');
|
||||
// //写入火狐文件
|
||||
// $huohu_data = get_product(__DIR__ . '/data/huohu.csv');
|
||||
// huohu_getList($huohu, $huohu_f, $all,$huohu_data);
|
||||
// fclose($huohu_f);
|
||||
// }
|
||||
|
||||
///动态
|
||||
$url = 'http://int.linghangsoft.net:8000/sysadmin/useradmin/lineapi_admin1.php?secretId=108006113&secretKey=87085a351a64c116df09ebc07d5781sf';
|
||||
$yunniu = json_decode(file_get_contents($url), true);
|
||||
// ///动态
|
||||
// $url = 'http://int.linghangsoft.net:8000/sysadmin/useradmin/lineapi_admin1.php?secretId=108006113&secretKey=87085a351a64c116df09ebc07d5781sf';
|
||||
// $yunniu = json_decode(file_get_contents($url), true);
|
||||
|
||||
|
||||
if(!empty($yunniu)){
|
||||
$yunniu_f = fopen(__DIR__ . '/data/yunniu.csv', 'w');
|
||||
//写入火狐文件
|
||||
$yunniu_data = get_product(__DIR__ . '/data/yunniu.csv');
|
||||
yunniu_getList($yunniu, $yunniu_f, $all,$yunniu_data);
|
||||
fclose($yunniu_f);
|
||||
}
|
||||
// if(!empty($yunniu)){
|
||||
// $yunniu_f = fopen(__DIR__ . '/data/yunniu.csv', 'w');
|
||||
// //写入火狐文件
|
||||
// $yunniu_data = get_product(__DIR__ . '/data/yunniu.csv');
|
||||
// yunniu_getList($yunniu, $yunniu_f, $all,$yunniu_data);
|
||||
// fclose($yunniu_f);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user