CommentControllerTest__testIndex__1.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "status_code": 200,
  3. "headers": {
  4. "cache-control": [
  5. "no-cache, private"
  6. ],
  7. "date": "Tue, 01 Jan 2019 00:00:00 CST",
  8. "content-type": [
  9. "application\/json"
  10. ],
  11. "x-ratelimit-limit": [
  12. "60"
  13. ],
  14. "x-ratelimit-remaining": [
  15. "59"
  16. ],
  17. "access-control-allow-origin": [
  18. "http:\/\/laravel-bjyblog.test"
  19. ]
  20. },
  21. "content": {
  22. "data": [
  23. {
  24. "id": 1,
  25. "content": "评论的内容",
  26. "is_audited": 1,
  27. "socialite_user": {
  28. "id": 1,
  29. "name": "白俊遥"
  30. },
  31. "article": {
  32. "id": 1,
  33. "title": "欢迎使用 laravel-bjyblog"
  34. },
  35. "created_at": "2017-07-16 07:35:12",
  36. "updated_at": "2016-07-16 07:35:12",
  37. "deleted_at": null
  38. }
  39. ],
  40. "links": {
  41. "first": "http:\/\/laravel-bjyblog.test\/api\/comments?page=1",
  42. "last": "http:\/\/laravel-bjyblog.test\/api\/comments?page=1",
  43. "prev": null,
  44. "next": null
  45. },
  46. "meta": {
  47. "current_page": 1,
  48. "from": 1,
  49. "last_page": 1,
  50. "links": [
  51. {
  52. "url": null,
  53. "label": "« 上一页",
  54. "active": false
  55. },
  56. {
  57. "url": "http:\/\/laravel-bjyblog.test\/api\/comments?page=1",
  58. "label": "1",
  59. "active": true
  60. },
  61. {
  62. "url": null,
  63. "label": "下一页 »",
  64. "active": false
  65. }
  66. ],
  67. "path": "http:\/\/laravel-bjyblog.test\/api\/comments",
  68. "per_page": 15,
  69. "to": 1,
  70. "total": 1
  71. }
  72. }
  73. }