Cache::put(‘x‘,Cache::get(‘x‘)+1,1440);
if(Cache::get(‘x‘)>5){
return [‘code‘=>205,‘data‘=>‘‘,‘msg‘=>‘请求次数过于频繁‘];
}
或
中间件
throttle:次数,时间
2023-10-29 11:40:04
Cache::put(‘x‘,Cache::get(‘x‘)+1,1440);
if(Cache::get(‘x‘)>5){
return [‘code‘=>205,‘data‘=>‘‘,‘msg‘=>‘请求次数过于频繁‘];
}
或
中间件
throttle:次数,时间
下一篇:《我会独立思考》