From 29387014a5484922cfeb4254e71cfa53464dedff Mon Sep 17 00:00:00 2001 From: Xiaoteng <616896861@qq.com> Date: Mon, 15 Oct 2018 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?update:=E8=A7=86=E9=A2=91=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...06\351\242\221\346\216\245\345\217\243.md" | 64 +++++++++++-------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git "a/docs/api/v1/\350\247\206\351\242\221\346\216\245\345\217\243.md" "b/docs/api/v1/\350\247\206\351\242\221\346\216\245\345\217\243.md" index e422b737a..42ade517a 100644 --- "a/docs/api/v1/\350\247\206\351\242\221\346\216\245\345\217\243.md" +++ "b/docs/api/v1/\350\247\206\351\242\221\346\216\245\345\217\243.md" @@ -25,15 +25,15 @@ ```angular2html { - "data":{ - "id":2, - "title":"Adella Langosh", - "slug":"doloremque-quia-fugit-consectetur-fuga-architecto-quis", - "view_num":8, - "charge":0, - "short_description":"Mr.", - "description":"Tenetur placeat rerum sunt harum molestiae est nihil perferendis. Et omnis autem earum. Aut nihil explicabo quam voluptas repellat sit.", - "published_at":"1988-02-05 01:09:41" + "data": { + "id": 1, + "title": "Crystel Collier", + "slug": "quia-voluptatibus-eaque-debitis-placeat-iusto-libero-nulla-quibusdam", + "view_num": 4, + "charge": 179, + "short_description": "

Prof.

", + "description": "

Eum quia ut iusto asperiores enim est et. Voluptas non voluptates nostrum sunt quia. Placeat temporibus fugiat quos delectus. Quia totam alias eum sit aspernatur.

", + "published_at": 389614221 } } ``` @@ -120,14 +120,28 @@ "avatar": "/images/default_avatar.jpg", "nick_name": "小滕", "mobile": "13675626825", - "role": [] + "role": { + "role": "年度会员", + "expired_at": 1550196621 + }, + "unread_notification_num": 0 + }, + "content": "

hahahahhahahah

", + "created_at": 1539569678 + }, + { + "user": { + "avatar": "/images/default_avatar.jpg", + "nick_name": "小滕", + "mobile": "13675626825", + "role": { + "role": "年度会员", + "expired_at": 1550196621 + }, + "unread_notification_num": 0 }, - "content": "

123123123

", - "created_at": { - "date": "2018-10-09 14:39:18.000000", - "timezone_type": 3, - "timezone": "PRC" - } + "content": "

123123

", + "created_at": 1539569666 } ], "links": { @@ -142,8 +156,8 @@ "last_page": 1, "path": "http://127.0.0.1:8000/api/v1/video/1/comments", "per_page": 10, - "to": 1, - "total": 1 + "to": 2, + "total": 2 } } ``` @@ -174,14 +188,14 @@ "avatar": "/images/default_avatar.jpg", "nick_name": "小滕", "mobile": "13675626825", - "role": [] + "role": { + "role": "年度会员", + "expired_at": 1550196621 + }, + "unread_notification_num": 0 }, - "content": "

123123123

", - "created_at": { - "date": "2018-10-09 15:08:04.000000", - "timezone_type": 3, - "timezone": "PRC" - } + "content": "

123123 😄

", + "created_at": 1539569747 } } ```