西瓜服务器地址
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user