forked from b3log/pipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogList.json
More file actions
34 lines (34 loc) · 857 Bytes
/
Copy pathblogList.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"code": 0,
"msg": "",
"data": {
"blogs": [
{
"id": 3,
"blogTitle": "blogTitle",
"blogURL": "http://localhost:5897/blogs/pipe",
"blogLogo": "https://img.hacpai.com/avatar/1476336494155_1476358182494.jpeg?imageView2/1/w/80/h/80/interlace/0/q/100",
"blogAdmin": "Vanessa",
"status": 0
},
{
"id": 3,
"blogTitle": "blogTitle",
"blogURL": "http://localhost:5897/blogs/pipe",
"blogLogo": "https://img.hacpai.com/avatar/1476336494155_1476358182494.jpeg?imageView2/1/w/80/h/80/interlace/0/q/100",
"blogAdmin": "Vanessa",
"status": 1
}
],
"pagination": {
"currentPageNum": 16,
"pageSize": 15,
"pageCount": 100,
"windowSize": 20,
"recordCount": 1,
"pageNums": [
1
]
}
}
}