laravel 接口请求频次限制

Cache::put('x',Cache::get('x')+1,1440);

if(Cache::get('x')>5){
return ['code'=>205,'data'=>'','msg'=>'请求次数过于频繁'];
}



中间件


throttle:次数,时间
posted @ 2021-09-03 08:22  阿果2021  阅读(660)  评论(0)    收藏  举报