This commit is contained in:
“wanyongkang”
2022-04-28 17:58:53 +08:00
parent 0d0572f1ed
commit 1277d0532b
4 changed files with 26 additions and 26 deletions

View File

@@ -67,7 +67,7 @@ if($_GET['type'] == 1){
break;
case 23:
search_product(__DIR__ . '/data/download/liebao.csv','lbip.vip');
search_product(__DIR__ . '/data/download/yunniu.csv','ynip.net');
break;
}
}
@@ -137,8 +137,8 @@ function search_all_product($file_path,$search){
$dns = 'hhip.vip';
break;
case '猎豹':
$dns = 'lbip.vip';
case '云牛':
$dns = 'ynip.net';
break;
}