服务器列表优化速度

This commit is contained in:
wanyongkang
2020-11-27 10:46:39 +08:00
parent 8306c61f33
commit d4aca75a4a
8 changed files with 305 additions and 203 deletions

View File

@@ -5,11 +5,12 @@
* @Author: kangkang
* @Date: 2020-11-03 11:04:15
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-11-26 09:48:10
* @LastEditTime: 2020-11-27 10:26:40
*/
$is_script = 1;
include __DIR__ . '/../../index.php';
include_once __DIR__ . '/../../index.php';
include_once __DIR__ . '/auto_format.php';
use app\api\model\Product;
$product_model = new Product;
$product_list = $product_model->field('Id,Token')->fetchAll();
@@ -103,6 +104,9 @@ fclose($file2288);
fclose($all);
fclose($dnx_exit);
sleep(5);
auto_format_list();
//强子服务器解析规则
function qiangzi_getList($data, &$file, &$all, $exit)
{