Commit 7c20800a authored by zw's avatar zw

控制手机端经纪人刷跟进接口

parent cd1776c9
...@@ -64,7 +64,7 @@ class VerifyRepetitionService ...@@ -64,7 +64,7 @@ class VerifyRepetitionService
if (!$this->redis_) { if (!$this->redis_) {
return true; return true;
} }
$time = 10; $time = 20;
$record_click = $this->redis_->get("record_click_" .$agent_id); $record_click = $this->redis_->get("record_click_" .$agent_id);
if (!$record_click ) { if (!$record_click ) {
$this->redis_->set("record_click_" .$agent_id, 1, $time); $this->redis_->set("record_click_" .$agent_id, 1, $time);
......
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