强子静态

This commit is contained in:
“wanyongkang”
2023-05-14 17:35:11 +08:00
parent 1e6e3eb509
commit 57fbe214b9
4 changed files with 148 additions and 16 deletions

View File

@@ -4,8 +4,8 @@
* @version:
* @Author: kangkang
* @Date: 2020-11-07 11:13:08
* @LastEditors: Please set LastEditors
* @LastEditTime: 2022-04-28 17:38:25
* @LastEditors: “wanyongkang” “937888580@qq.com”
* @LastEditTime: 2023-05-14 17:33:46
*/
header('Access-Control-Allow-Origin: *');
header("Access-Control-Allow-Methods: *");
@@ -69,6 +69,9 @@ if($_GET['type'] == 1){
case 23:
search_product(__DIR__ . '/data/download/yunniu.csv','ynip.net');
break;
case 25:
search_product(__DIR__ . '/data/download/qiangzijt.csv','qzip.vip');
break;
}
}
@@ -140,6 +143,10 @@ function search_all_product($file_path,$search){
case '云牛':
$dns = 'ynip.net';
break;
case '强子静态':
$dns = 'qzip.vip';
break;
}
$data['city'] = $info[1];