comments.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. module.exports = {
  2. statusCode: 200,
  3. body: {
  4. code: 0,
  5. message: "ok",
  6. data: {
  7. list: [
  8. {
  9. id: "1",
  10. name: "名称",
  11. author: "作者",
  12. likes: 10,
  13. blogId: "博客文章Id",
  14. content:
  15. "<p>正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容正文内容,正文内容</p>",
  16. createTime: "2021年6月1日 11:30:20",
  17. },
  18. {
  19. id: "2",
  20. name: "名称",
  21. author: "作者",
  22. likes: 10,
  23. blogId: "博客文章Id",
  24. content: "正文内容",
  25. createTime: "2021年6月1日 11:30:20",
  26. },
  27. {
  28. id: "3",
  29. name: "名称",
  30. author: "作者",
  31. likes: 10,
  32. blogId: "博客文章Id",
  33. content: "正文内容",
  34. createTime: "2021年6月1日 11:30:20",
  35. },
  36. {
  37. id: "4",
  38. name: "名称",
  39. author: "作者",
  40. likes: 10,
  41. blogId: "博客文章Id",
  42. content: "正文内容",
  43. createTime: "2021年6月1日 11:30:20",
  44. },
  45. {
  46. id: "5",
  47. name: "名称",
  48. author: "作者",
  49. likes: 10,
  50. blogId: "博客文章Id",
  51. content: "正文内容",
  52. createTime: "2021年6月1日 11:30:20",
  53. },
  54. ],
  55. pageSize: 15,
  56. size: 1,
  57. total: 15,
  58. },
  59. },
  60. };