123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "status_code": 200,
- "headers": {
- "cache-control": [
- "no-cache, private"
- ],
- "date": "Tue, 01 Jan 2019 00:00:00 CST",
- "content-type": [
- "application\/json"
- ],
- "x-ratelimit-limit": [
- "60"
- ],
- "x-ratelimit-remaining": [
- "59"
- ],
- "access-control-allow-origin": [
- "http:\/\/laravel-bjyblog.test"
- ]
- },
- "content": {
- "data": [
- {
- "id": 1,
- "name": "白俊遥博客",
- "url": "https:\/\/baijunyao.com",
- "sort": 1,
- "created_at": "2017-07-16 07:35:12",
- "updated_at": "2016-07-16 07:35:12",
- "deleted_at": null
- }
- ],
- "links": {
- "first": "http:\/\/laravel-bjyblog.test\/api\/friends?page=1",
- "last": "http:\/\/laravel-bjyblog.test\/api\/friends?page=1",
- "prev": null,
- "next": null
- },
- "meta": {
- "current_page": 1,
- "from": 1,
- "last_page": 1,
- "links": [
- {
- "url": null,
- "label": "« 上一页",
- "active": false
- },
- {
- "url": "http:\/\/laravel-bjyblog.test\/api\/friends?page=1",
- "label": "1",
- "active": true
- },
- {
- "url": null,
- "label": "下一页 »",
- "active": false
- }
- ],
- "path": "http:\/\/laravel-bjyblog.test\/api\/friends",
- "per_page": 15,
- "to": 1,
- "total": 1
- }
- }
- }
|