<?php namespace app\service; use app\service\pay_user\PayUser; use think\Validate; class AppInit{ public function run($params){ //\PhpOffice\PhpSpreadsheet\Settings::setCache(cache_simple()); } }