Commit 9909f2a4 authored by zw's avatar zw

11

parent f1f9c7bd
......@@ -72,7 +72,7 @@ class VerifyRepetitionService
$this->redis_->incr("record_click_" .$agent_id);
}else{
//兼容出现永久请勿频繁请求问题
$this->redis_->set("record_click_" .$agent_id, 3, 5);
//$this->redis_->set("record_click_" .$agent_id, 3, 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