Commit 8e0552b7 authored by zw's avatar zw

database

parent 0e827ce4
...@@ -93,7 +93,7 @@ class VerifyRepetitionService ...@@ -93,7 +93,7 @@ class VerifyRepetitionService
$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); $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