Commit f71913dd authored by zhuwei's avatar zhuwei

1

parent f6165c53
......@@ -735,7 +735,7 @@ class User extends Basic
if(isset($params['entrust_type']) && ($params['entrust_type']== 1)){
// $result = $this->OfficeUserLogService->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize);
return $this->response("200", "success!", null);
return $this->response("200", "请求数据为空");
}else{
$result = $this->userLogService->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize);
}
......
......@@ -119,7 +119,7 @@ class UserLog extends Basic{
if($params['entrust_type'] == 1){
return $this->response("200", "success!", '');
return $this->response("101", "请求数据为空");
}else{
$result = $this->service_->phoneFollowUpNew($user_id,$this->siteId,$pageNo,$pageSize);
}
......
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