Commit e968778e authored by zw's avatar zw

Merge branch 'test' into 1210-v3.0.2

parents a8c24760 5db0775e
...@@ -71,6 +71,8 @@ class VerifyRepetitionService ...@@ -71,6 +71,8 @@ class VerifyRepetitionService
} elseif( $record_click < 3) { } elseif( $record_click < 3) {
$this->redis_->incr("record_click_" .$agent_id); $this->redis_->incr("record_click_" .$agent_id);
}else{ }else{
//兼容出现永久请勿频繁请求问题
$this->redis_->set("record_click_" .$agent_id, 3, 5);
return false; 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