Method: Wechat::Concern::Common#material_list

Defined in:
lib/wechat/concern/common.rb

#material_list(type, offset, count) ⇒ Object



152
153
154
# File 'lib/wechat/concern/common.rb', line 152

def material_list(type, offset, count)
  post 'material/batchget_material', JSON.generate(type: type, offset: offset, count: count)
end