取消火狐云牛线路检测
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: 2022-05-22 17:27:09
|
* @LastEditTime: 2023-01-24 23:38:38
|
||||||
*/
|
*/
|
||||||
$is_script = 1;
|
$is_script = 1;
|
||||||
include_once __DIR__ . '/../../index.php';
|
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);
|
$huohu = json_decode(file_get_contents($url), true);
|
||||||
|
|
||||||
|
|
||||||
if(!empty($huohu)){
|
// if(!empty($huohu)){
|
||||||
$huohu_f = fopen(__DIR__ . '/data/huohu.csv', 'w');
|
// $huohu_f = fopen(__DIR__ . '/data/huohu.csv', 'w');
|
||||||
//写入火狐文件
|
// //写入火狐文件
|
||||||
$huohu_data = get_product(__DIR__ . '/data/huohu.csv');
|
// $huohu_data = get_product(__DIR__ . '/data/huohu.csv');
|
||||||
huohu_getList($huohu, $huohu_f, $all,$huohu_data);
|
// huohu_getList($huohu, $huohu_f, $all,$huohu_data);
|
||||||
fclose($huohu_f);
|
// fclose($huohu_f);
|
||||||
}
|
// }
|
||||||
|
|
||||||
///动态
|
// ///动态
|
||||||
$url = 'http://int.linghangsoft.net:8000/sysadmin/useradmin/lineapi_admin1.php?secretId=108006113&secretKey=87085a351a64c116df09ebc07d5781sf';
|
// $url = 'http://int.linghangsoft.net:8000/sysadmin/useradmin/lineapi_admin1.php?secretId=108006113&secretKey=87085a351a64c116df09ebc07d5781sf';
|
||||||
$yunniu = json_decode(file_get_contents($url), true);
|
// $yunniu = json_decode(file_get_contents($url), true);
|
||||||
|
|
||||||
|
|
||||||
if(!empty($yunniu)){
|
// if(!empty($yunniu)){
|
||||||
$yunniu_f = fopen(__DIR__ . '/data/yunniu.csv', 'w');
|
// $yunniu_f = fopen(__DIR__ . '/data/yunniu.csv', 'w');
|
||||||
//写入火狐文件
|
// //写入火狐文件
|
||||||
$yunniu_data = get_product(__DIR__ . '/data/yunniu.csv');
|
// $yunniu_data = get_product(__DIR__ . '/data/yunniu.csv');
|
||||||
yunniu_getList($yunniu, $yunniu_f, $all,$yunniu_data);
|
// yunniu_getList($yunniu, $yunniu_f, $all,$yunniu_data);
|
||||||
fclose($yunniu_f);
|
// fclose($yunniu_f);
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user