Commit 3e1a02d9 authored by zw's avatar zw

bug

parent 3423498d
......@@ -71,6 +71,8 @@ class VerifyRepetitionService
} elseif( $record_click < 3) {
$this->redis_->incr("record_click_" .$agent_id);
}else{
//兼容出现永久请勿频繁请求问题
$this->redis_->set("record_click_" .$agent_id, 1, 5);
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment