NoteControllerTest__testIndex__1.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "created_at": "2017-07-18 07:35:12",
  27. "updated_at": "2016-07-18 07:35:12",
  28. "deleted_at": null
  29. }
  30. ],
  31. "links": {
  32. "first": "http:\/\/laravel-bjyblog.test\/api\/notes?page=1",
  33. "last": "http:\/\/laravel-bjyblog.test\/api\/notes?page=1",
  34. "prev": null,
  35. "next": null
  36. },
  37. "meta": {
  38. "current_page": 1,
  39. "from": 1,
  40. "last_page": 1,
  41. "links": [
  42. {
  43. "url": null,
  44. "label": "« 上一页",
  45. "active": false
  46. },
  47. {
  48. "url": "http:\/\/laravel-bjyblog.test\/api\/notes?page=1",
  49. "label": "1",
  50. "active": true
  51. },
  52. {
  53. "url": null,
  54. "label": "下一页 »",
  55. "active": false
  56. }
  57. ],
  58. "path": "http:\/\/laravel-bjyblog.test\/api\/notes",
  59. "per_page": 15,
  60. "to": 1,
  61. "total": 1
  62. }
  63. }
  64. }