Commit 356401b9 authored by jianghaiming's avatar jianghaiming

update:添加手机号获取用户信息

parent 85cb8fff
...@@ -192,6 +192,10 @@ class UserService ...@@ -192,6 +192,10 @@ class UserService
if (!empty($params['user_id'])) { if (!empty($params['user_id'])) {
$data['user_id'] = $params['user_id']; $data['user_id'] = $params['user_id'];
} }
if (!empty($params['phone'])) {
$data['phone'] = $params['phone'];
}
$userList = UserWechatBind::getRecords($data); $userList = UserWechatBind::getRecords($data);
return $userList; return $userList;
......
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