Discord Webhook能接受的JSON一例(已排版的)1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22{
"embeds": [
{
"image":
{
"url": "https://pixiv.cat/83824016-1.jpg"
}
},
{
"image":
{
"url": "https://pixiv.cat/83824016-2.jpg"
}
},
{
"image":
{
"url": "https://pixiv.cat/83824016-3.jpg"
}
}
]
}
还是用GSON来创建JSON不容易出问题。