FriendControllerTest__testIndex__1.json 1.8 KB

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