Commit f28291c4 authored by zhuwei's avatar zhuwei

客户动态展示加搜索加客户详情

parent e6be2a3c
......@@ -217,7 +217,7 @@ class Broker extends Basic
*/
public function useraction_search()
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/*$params['user_id'] ='1';
$params['searchdate'] ='跟进内容';*/
......@@ -269,6 +269,7 @@ class Broker extends Basic
// 查询数据集
$user_res =$user
->where('id', $user_id)
->field('id as user_id,sex,user_nick,user_phone')
->find();
return $this->response("200", "success!", ['user_info'=>$user_res,'user_date'=>$UPhoneFollowPp_res,'pagenum'=>$pagenum,'total'=>$total]);
} else {
......
......@@ -21,7 +21,7 @@ return [
'username' => 'tldc_online',
// 'username' => 'root',
// 密码
'password' => 'Fujuhaofang123',
'password' => 'Fujuhaofang123022818root',
// 'password' => '123456',
// 端口
'hostport' => '3308',
......
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