-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.php
52 lines (52 loc) · 1.56 KB
/
index.php
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
<?php
echo '{
"code": 0,
"msg": "ok",
"data": {
"total_cnt": 27,
"page": 1,
"size": 50,
"page_cnt": 1,
"list": [
{
"id": "824",
"nickname": "像影子一样",
"curroomnum": "1234498274",
"city": "火星",
"bigpic": null,
"broadcasting": "n",
"offlinevideo": null,
"sex": 1,
"intro": "",
"avatartime": "1469766052",
"channel_id": 0,
"avatar": "/style/avatar/677/824.jpg?t=1469766052",
"emceelevel": "16",
"snap": "/style/avatar/677/824.jpg?t=1469766052",
"is_attention": 0,
"private": 0,
"starttime": null
},
{
"id": "836",
"nickname": "美丽播推荐主播",
"curroomnum": "1333979551",
"city": "火星",
"bigpic": null,
"broadcasting": "y",
"offlinevideo": null,
"sex": 1,
"intro": "",
"avatartime": "111111",
"channel_id": 0,
"avatar": "/style/avatar/ab8/836.jpg?t=111111",
"emceelevel": "16",
"snap": "/style/avatar/ab8/836.jpg?t=111111",
"is_attention": 0,
"private": 0,
"starttime": null,
"akfjaslkf":123
}
]
}
}';