<?php namespace app\service; use app\service\pay_user\PayUser; use think\Validate; class AppInit{ public function run($params){ if(!IS_CLI){ ini_set('max_execution_time',30); } //\PhpOffice\PhpSpreadsheet\Settings::setCache(cache_simple()); } }