Advertisement
nontawat1996

Untitled

Apr 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. // 20180413230842
  2. // http://127.0.0.1:8000/product/1/
  3.  
  4. {
  5. "productId": 1,
  6. "name": "เสื้อสีดำ",
  7. "info": "เสื้อสีดำมาก",
  8. "price": "125.66",
  9. "quantity": 30,
  10. "auction": 0,
  11. "type": 0,
  12. "owner_id": 1,
  13. "viewer": 0,
  14. "hit": 0,
  15. "thumbnail": "/path/ab.jpg",
  16. "created_time": "2018-03-19T17:29:30+07:00",
  17. "organization": {
  18. "organizationId": 2,
  19. "name": "บริษัท ZXC จำกัด",
  20. "description": "ข้อมูลเกี่ยวกับ บริษัท ZXC จำกัด",
  21. "thumbnail": "http://abc.com",
  22. "contribution": 1234.56,
  23. "category": 2,
  24. "info": "สวัสดีบริษัท ZXC"
  25. },
  26. "category_id": 1,
  27. "seller": {
  28. "userId": 1,
  29. "firstname": "",
  30. "lastname": "",
  31. "email": "asdf@do.com",
  32. "username": "user123",
  33. "line_id": "ssss",
  34. "sex": "M",
  35. "address": "สมศักดิ์\\สมศรี\\ลาดกระบัง23\\ลาดกระบัง23\\กรุงเทพ\\10110\\084-6665478",
  36. "tel": "0812345678",
  37. "picture": "http://url.com",
  38. "order_count": 5,
  39. "buy_count": 3,
  40. "sell_count": 1
  41. },
  42. "attributes": [
  43. {
  44. "id": 1,
  45. "productId": 1,
  46. "name": "ขนาด",
  47. "value": "S",
  48. "quantity": 5
  49. },
  50. {
  51. "id": 2,
  52. "productId": 1,
  53. "name": "ขนาด",
  54. "value": "M",
  55. "quantity": 10
  56. }
  57. ],
  58. "images": [
  59. {
  60. "productId": 1,
  61. "url": "path/img1.jpg"
  62. },
  63. {
  64. "productId": 1,
  65. "url": "path/img2.jpg"
  66. }
  67. ]
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement