12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "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": "评论的内容",
- "is_audited": 1,
- "socialite_user": {
- "id": 1,
- "name": "白俊遥"
- },
- "article": {
- "id": 1,
- "title": "欢迎使用 laravel-bjyblog"
- },
- "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\/comments?page=1",
- "last": "http:\/\/laravel-bjyblog.test\/api\/comments?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\/comments?page=1",
- "label": "1",
- "active": true
- },
- {
- "url": null,
- "label": "下一页 »",
- "active": false
- }
- ],
- "path": "http:\/\/laravel-bjyblog.test\/api\/comments",
- "per_page": 15,
- "to": 1,
- "total": 1
- }
- }
- }
|