12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "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,
- "content": "技术这东西;懂的越多;不懂的就越多;",
- "created_at": "2017-07-18 07:35:12",
- "updated_at": "2016-07-18 07:35:12",
- "deleted_at": null
- }
- ],
- "links": {
- "first": "http:\/\/laravel-bjyblog.test\/api\/notes?page=1",
- "last": "http:\/\/laravel-bjyblog.test\/api\/notes?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\/notes?page=1",
- "label": "1",
- "active": true
- },
- {
- "url": null,
- "label": "下一页 »",
- "active": false
- }
- ],
- "path": "http:\/\/laravel-bjyblog.test\/api\/notes",
- "per_page": 15,
- "to": 1,
- "total": 1
- }
- }
- }
|