Commit bd1b9cd3 authored by jianghaiming's avatar jianghaiming

update:修改

parent 76c680a6
......@@ -370,6 +370,10 @@ class UserService
$data['wechat_app_id'] = $params['wechat_app_id'];
}
if (!empty($params['appid'])) {
$data['appid'] = $params['appid'];
}
$userList = UserWechatBind::getRecords($data);
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