Commit 5f0ac52d authored by zw's avatar zw

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

parent 5f64004e
...@@ -54,7 +54,7 @@ class HomePageLog extends Basic ...@@ -54,7 +54,7 @@ class HomePageLog extends Basic
$vrs = new VerifyRepetitionService(); $vrs = new VerifyRepetitionService();
$is_check = $vrs->followUpClick($this->agentId); $is_check = $vrs->followUpClick($this->agentId);
if(!$is_check){ if($params["pageNo"] == 1 && !$is_check){
return $this->response("101", "请勿频繁请求"); return $this->response("101", "请勿频繁请求");
} }
......
...@@ -41,7 +41,7 @@ class Remark extends Basic ...@@ -41,7 +41,7 @@ class Remark extends Basic
} }
$vrs = new VerifyRepetitionService(); $vrs = new VerifyRepetitionService();
$is_check = $vrs->followUpClick($this->userId); $is_check = $vrs->followUpClick($this->userId);
if(!$is_check){ if($this->params['pageNo'] == 1 && !$is_check){
return $this->response("101", "请勿频繁请求"); return $this->response("101", "请勿频繁请求");
} }
$data['status'] = 200; $data['status'] = 200;
......
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