Method: Ubox#order_code

Defined in:
lib/ubox.rb

#order_code(attributes) ⇒ Object

根据售货机和商品买码接口



87
88
89
# File 'lib/ubox.rb', line 87

def order_code(attributes)
  post_request('/orderCode', attributes)
end