-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdata.json
executable file
·62 lines (62 loc) · 1.8 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"thumbupCount": 4,
"email": "email@sina.com",
"nickname": "nickname",
"content": "message",
"createdAt": "2020-02-29T03:57:51.466Z",
"updatedAt": "2020-02-29T10:37:39.238Z",
"__v": 0,
"id": "5e59e13f961db51ad45c9ebb",
"children": []
},
{
"thumbupCount": 0,
"email": "email@sina.com.cn",
"nickname": "昵称二",
"content": "这是第二个留言",
"createdAt": "2020-03-23T06:23:15.952Z",
"updatedAt": "2020-03-23T06:23:15.952Z",
"__v": 0,
"id": "5e7855d3ffbc160b9c2d3098",
"children": [
{
"thumbupCount": 0,
"email": "email@sina.com",
"nickname": "昵称",
"content": "这是一条回复",
"parentID": "5e7855d3ffbc160b9c2d3098",
"createdAt": "2020-03-23T06:23:37.972Z",
"updatedAt": "2020-03-23T06:23:37.972Z",
"__v": 0,
"id": "5e7855e9ffbc160b9c2d3099",
"children": [
{
"thumbupCount": 0,
"email": "email@sina.com",
"nickname": "昵称1",
"content": "这是一条@昵称的回复",
"parentID": "5e7855e9ffbc160b9c2d3099",
"createdAt": "2020-03-23T06:24:00.857Z",
"updatedAt": "2020-03-23T06:24:00.857Z",
"__v": 0,
"id": "5e785600ffbc160b9c2d309a",
"children": []
},
{
"thumbupCount": 0,
"email": "email@sina.com",
"nickname": "昵称1",
"content": "这是一条@昵称的回复",
"parentID": "5e7855e9ffbc160b9c2d3099",
"createdAt": "2020-03-23T06:24:08.304Z",
"updatedAt": "2020-03-23T06:24:08.304Z",
"__v": 0,
"id": "5e785608ffbc160b9c2d309b",
"children": []
}
]
}
]
}
]