服务器列表优化速度

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

@@ -4,11 +4,11 @@
* @version:
* @Author: kangkang
* @Date: 2020-10-03 18:23:43
* @LastEditors: kangkang
* @LastEditTime: 2020-10-28 10:29:17
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-11-27 09:44:13
*/
$is_script = 1;
include __DIR__ . '/../index.php';
include_once __DIR__ . '/../index.php';
use app\api\model\IncomeCheck as IncomeCheckModel;
use app\api\model\ProductOrder as ProductOrderModel;