Commit 07bac6f1 authored by zhuwei's avatar zhuwei

1

parent 11461dcd
......@@ -674,7 +674,6 @@ class User extends Basic
if (!isset($params['user_id']) || !isset($params['agent_id'])) {
return $this->response("101", "参数不全");
}
//简易客户详情
$result['user_detail'] = $this->userLogService->userDetailStreamline($params['user_id'],$params['agent_id'],$this->siteId);
//绑定关系(关联客户)
......
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