1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "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": 2,
- "category_id": 1,
- "title": "已删除",
- "slug": "deleted",
- "author": "白俊遥",
- "markdown": "内容",
- "html": "<p>内容<\/p>\n",
- "description": "描述",
- "keywords": "test",
- "cover": "\/images\/default\/article.png",
- "is_top": 0,
- "views": 222,
- "tags": [
- {
- "id": 2,
- "name": "test",
- "slug": "test",
- "keywords": "test",
- "description": "测试描述",
- "created_at": "2019-01-04 15:35:12",
- "updated_at": "2019-01-04 15:35:12",
- "deleted_at": null,
- "pivot": {
- "article_id": 2,
- "tag_id": 2
- }
- }
- ],
- "category": {
- "id": 1,
- "name": "php",
- "slug": "php",
- "keywords": "php",
- "description": "php相关的文章",
- "sort": 1,
- "pid": 0,
- "created_at": "2017-07-16 07:35:12",
- "updated_at": "2016-07-16 07:35:12",
- "deleted_at": null
- },
- "created_at": "2019-01-04 16:35:12",
- "updated_at": "2019-01-01 00:00:00",
- "deleted_at": null
- }
- }
- }
|