原理:通过中间件可以限定用户一段时间内的访问次数,防止用户恶意频繁访问接口。
使用命令安装插件
composer require topthink/think-throttle
在应用route目录下的app.php内
use think\middleware\Throttle;
使用命令安装插件
composer require topthink/think-throttle
在应用route目录下的app.php内
use think\middleware\Throttle;