Commit ab83e28b authored by jianghaiming's avatar jianghaiming

Merge branch 'feature-deliver210913' into develop

parents 24ea24d7 bd1b9cd3
......@@ -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