文本
1.
2.
3.
1.
2.
3.
4.
5.
数据结构
{
"type": "section",
"paragraph": [
{
"type": "image",
"url": "https:/*.max-c.com/xxxx", // 在媒体接口中上传的图片地址
"size": "large/medium/small"
},
{
"text": "文本内容",
"type": "plain-text/markdown"
},
{
"type": "button",
"text": "按钮文本",
"event": "server",
"value": "按钮值",
"theme": "primary"
}
]
}
修改于 2024-11-13 02:46:52