Commit bd4c3831 authored by zhuwei's avatar zhuwei

1

parent e1c75abb
......@@ -156,7 +156,7 @@ class UserLogService
//绑定关系(关联客户)
$s_index_user = new UserService();
$result['user_bind_list'] = $s_index_user->userBindInfo($user_id);
$data['user_bind_list'] = $s_index_user->userBindInfo($user_id);
return ["code" => 200, "data" => $data];
}
......
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