cart.json 891 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "result": 1,
  3. "count": 2,
  4. "handing_fee":{
  5. "min":0,
  6. "max":600,
  7. "value":30
  8. },
  9. "item_0": {
  10. "cart_item_id": 12345678,
  11. "img_url": "http://127.0.0.1/s3.jpg",
  12. "description": "name,description...",
  13. "product_id": "1234567",
  14. "count": 123,
  15. "unit_price": 123.45,
  16. "subtotal_price": 123453.98,
  17. "combine":
  18. {
  19. "count":1,
  20. "item_0":
  21. {
  22. "description":"abcdefg",
  23. "modulus":1,
  24. "unit_price":12.34
  25. }
  26. }
  27. },
  28. "item_1": {
  29. "cart_item_id": 123678,
  30. "img_url": "http://127.0.0.1/s3.jpg",
  31. "description": "name,description...",
  32. "product_id": "1234567",
  33. "count": 13,
  34. "unit_price": 13.45,
  35. "subtotal_price": 1234.98
  36. }
  37. }