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": 1,
- "category_id": 1,
- "title": "updated title",
- "slug": "welcome-to-laravel-bjyblog",
- "author": "updated baijunyao",
- "markdown": "updated content",
- "html": "<p>updated content<\/p>\n",
- "description": "",
- "keywords": "updated keywords",
- "cover": "\/updated.jpg",
- "is_top": 1,
- "views": 666,
- "tags": [
- {
- "id": 1,
- "name": "laravel",
- "slug": "laravel",
- "keywords": "laravel",
- "description": "Laravel是一套简洁、优雅的PHP Web开发框架(PHP Web Framework)。它可以让你从面条一样杂乱的代码中解脱出来;它可以帮你构建一个完美的网络APP,而且每行代码都可以简洁、富于表达力。",
- "created_at": "2017-07-16 07:35:12",
- "updated_at": "2016-07-16 07:35:12",
- "deleted_at": null,
- "pivot": {
- "article_id": 1,
- "tag_id": 1
- }
- }
- ],
- "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": "2017-07-16 07:35:12",
- "updated_at": "2019-01-01 00:00:00",
- "deleted_at": null
- }
- }
- }
|