【发布时间】:2018-04-26 07:22:38
【问题描述】:
我正在构建一些东西,我需要设置松弛消息 JSON 图像的动态图像大小。下面是我创建的 JSON。
{
"text":"This will be header",
"attachments": [
{
"thumb_url":"https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png",
"fields": [
{
"title": "Title",
"value": "123",
"short": true
}
],
"color": "#F35A00"
}
]
}
在上面的 JSON 中,我想为 thumb_url 设置自定义大小,但我找不到该属性。有人对此有任何想法吗?
【问题讨论】: