table.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "list": [
  3. {
  4. "id": 1,
  5. "name": "张三",
  6. "money": 123,
  7. "address": "广东省东莞市长安镇",
  8. "state": true,
  9. "date": "2019-11-1",
  10. "thumb": "https://lin-xin.gitee.io/images/post/wms.png"
  11. },
  12. {
  13. "id": 2,
  14. "name": "李四",
  15. "money": 456,
  16. "address": "广东省广州市白云区",
  17. "state": true,
  18. "date": "2019-10-11",
  19. "thumb": "https://lin-xin.gitee.io/images/post/node3.png"
  20. },
  21. {
  22. "id": 3,
  23. "name": "王五",
  24. "money": 789,
  25. "address": "湖南省长沙市",
  26. "state": false,
  27. "date": "2019-11-11",
  28. "thumb": "https://lin-xin.gitee.io/images/post/parcel.png"
  29. },
  30. {
  31. "id": 4,
  32. "name": "赵六",
  33. "money": 1011,
  34. "address": "福建省厦门市鼓浪屿",
  35. "state": true,
  36. "date": "2019-10-20",
  37. "thumb": "https://lin-xin.gitee.io/images/post/notice.png"
  38. }
  39. ],
  40. "pageTotal": 4
  41. }