-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata_example.json
38 lines (38 loc) · 1.29 KB
/
data_example.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
[
{
"user_id": 5435486,
"user_nickname": "竹林里有冰",
"message": "你好啊,我是你的小可爱"
},
{
"user_id": 5435486,
"user_nickname": "竹林里有冰",
"image": [
"https://api.vercel.zhullyb.top/api/randomtoppic.php"
]
},
{
"user_id": 5435486,
"user_nickname": "竹林里有冰",
"message": "你好啊,我是你的小可爱",
"image": [
"https://api.vercel.zhullyb.top/api/randomtoppic.php",
"https://api.vercel.zhullyb.top/api/randomtoppic.php"
]
},
{
"user_id": 5435486,
"user_nickname": "竹林里有冰",
"message": "你好啊,我是你的小可爱啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊",
"image": [
"https://api.vercel.zhullyb.top/api/randomtoppic.php",
"https://api.vercel.zhullyb.top/api/randomtoppic.php",
"https://api.vercel.zhullyb.top/api/randomtoppic.php"
],
"reply": {
"user_nickname": "竹林里没冰",
"message": "你好啊,我不是你的小可爱",
"image": "https://api.vercel.zhullyb.top/api/randomtoppic.php"
}
}
]