西瓜服务器地址

This commit is contained in:
“wanyongkang”
2021-01-21 16:49:23 +08:00
parent 3c5ea813ed
commit 258ab15bc7
4 changed files with 23 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?php
function auto_format_list(){
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16];
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17];
foreach ($product_list as $product) {
switch ($product) {
case 0:
@@ -40,6 +40,9 @@ function auto_format_list(){
case 15:
format_product(__DIR__ . '/data/gongxiang.csv', 'shihui');
break;
case 17:
format_product(__DIR__ . '/data/xigua.csv', 'xgip.vip');
break;
}
}
}