_merchant_order.json.jbuilder 326 Bytes
json.extract! order, :id, :seq, :address,
  :total_price, :total_original_price, 
  :pay_time, :delivery_time, :receipt_time, 
  :delivery_way, :delivery_cost, 
  :merchant_remark, :mark, :customer_remark, 
  :status, :status_zh, :meta
json.snapshots order.snapshots, partial: 'shotengai/share/snapshot_simple', as: :snapshot