老鹰服务器顺序修改
This commit is contained in:
@@ -5,25 +5,25 @@
|
|||||||
* @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-10-23 15:52:05
|
* @LastEditTime: 2023-10-23 15:54:05
|
||||||
*/
|
*/
|
||||||
$is_script = 1;
|
$is_script = 1;
|
||||||
include_once __DIR__ . '/../../index.php';
|
include_once __DIR__ . '/../../index.php';
|
||||||
include_once __DIR__ . '/auto_format.php';
|
include_once __DIR__ . '/auto_format.php';
|
||||||
|
|
||||||
// //测试用----------------------------------------------------------------------------------------------------------
|
// // //测试用----------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
$laoying = json_decode(file_get_contents("http://diqu.pptp.pro:8070/sapi/getroslist"), true)['list'];
|
// $laoying = json_decode(file_get_contents("http://diqu.pptp.pro:8070/sapi/getroslist"), true)['list'];
|
||||||
if($laoying){
|
// if($laoying){
|
||||||
$laoying_data = get_product(__DIR__ . '/data/laoying.csv');
|
// $laoying_data = get_product(__DIR__ . '/data/laoying.csv');
|
||||||
$laoying_f = fopen(__DIR__ . '/data/laoying.csv', 'w');
|
// $laoying_f = fopen(__DIR__ . '/data/laoying.csv', 'w');
|
||||||
//写入老鹰文件
|
// //写入老鹰文件
|
||||||
laoying_getList($laoying, $laoying_f, $all, $laoying_data);
|
// laoying_getList($laoying, $laoying_f, $all, $laoying_data);
|
||||||
fclose($laoying_f);
|
// fclose($laoying_f);
|
||||||
}
|
// }
|
||||||
|
|
||||||
die;
|
// die;
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
//强子迅联特征码
|
//强子迅联特征码
|
||||||
$sp_xl_code = file_get_contents(__DIR__ . '/data/xl.txt', 'r');
|
$sp_xl_code = file_get_contents(__DIR__ . '/data/xl.txt', 'r');
|
||||||
|
|||||||
Reference in New Issue
Block a user