Method: Wechat::Concern::Common#material_list

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

#material_list(type, offset, count) ⇒ Object



147
148
149
# File 'lib/wechat/concern/common.rb', line 147

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