Method: WeixinAuthorize::Api::Groups#groups
- Defined in:
- lib/weixin_authorize/api/groups.rb
#groups ⇒ Object
15 16 17 18 |
# File 'lib/weixin_authorize/api/groups.rb', line 15 def groups groups_url = "#{group_base_url}/get" http_get(groups_url) end |