Commit 284dce7c authored by zhuwei's avatar zhuwei

电话跟进验证

parent c40c287d
......@@ -345,11 +345,12 @@ class Broker extends Basic
$params['user_status']='1';//0电话跟进 1普通跟进*/
$checkResult = $this->validate($params, "BrokerValidate.verifyStatus");
$checkResult = $this->validate($params, "BrokerValidate.add_phone_follow_up_verify");
if (true !== $checkResult) {
return $this->response("300", $checkResult);
}
$user_id = $params['user_id'];
$user_status = $params['user_status'];
......
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