Commit 6f7e5c58 authored by zhuwei's avatar zhuwei

后台添加跟进 验证 区分表

parent 4ab2e94b
...@@ -487,15 +487,12 @@ class Member extends Basic{ ...@@ -487,15 +487,12 @@ class Member extends Basic{
$model = new UPhoneFollowUpTemporary($this->siteId); $model = new UPhoneFollowUpTemporary($this->siteId);
} }
$result = $model->savePhoneFollow($params); $result = $model->savePhoneFollow($params);
big_log($result);
if($result){ if($result){
$redis_service = new RedisCacheService(); $redis_service = new RedisCacheService();
$redis_service->delRecordCallRedis($this->userId, $params['user_id'], $this->siteId); $redis_service->delRecordCallRedis($this->userId, $params['user_id'], $this->siteId);
return $this->response(200, '成功!', $params); return $this->response(200, '成功!', $params);
}else{ }else{
$redis_service = new RedisCacheService(); return $this->response(101, '失败', '');
$redis_service->delRecordCallRedis($this->userId, $params['user_id'], $this->siteId);
return $this->response(200, '成功!', $params);
} }
} }
......
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