Method: WeixinAuthorize::Api::Groups#get_group_for
- Defined in:
- lib/weixin_authorize/api/groups.rb
#get_group_for(openid) ⇒ Object
22 23 24 25 |
# File 'lib/weixin_authorize/api/groups.rb', line 22 def get_group_for(openid) group_url = "#{group_base_url}/getid" http_post(group_url, {openid: openid}) end |