资源介绍
资源定义
字段说明
名称 | 类型 | 必填 | 描述 |
---|---|---|---|
content | string | 是 | 消息内容为JSON格式的卡片结构转义成String,卡片结构各字段说明请参考卡片结构介绍 |
数据示例
{
"config": {
"wide_screen_mode": true
},
"header": {
"title": {
"tag": "plain_text",
"content": "你有一个休假申请待审批"
}
},
"elements": [
{
"tag": "div",
"fields": [
{
"is_short": true,
"text": {
"tag": "lark_md",
"content": "**申请人**\n王晓磊"
}
},
{
"is_short": true,
"text": {
"tag": "lark_md",
"content": "**休假类型:**\n年假"
}
},
{
"is_short": false,
"text": {
"tag": "lark_md",
"content": ""
}
},
{
"is_short": false,
"text": {
"tag": "lark_md",
"content": "**时间:**\n2020-4-8 至 2020-4-10(共3天)"
}
},
{
"is_short": false,
"text": {
"tag": "lark_md",
"content": ""
}
},
{
"is_short": true,
"text": {
"tag": "lark_md",
"content": "**备注**\n因家中有急事,需往返老家,故请假"
}
}
]
},
{
"tag": "hr"
},
{
"tag": "action",
"layout": "bisected",
"actions": [
{
"tag": "button",
"text": {
"tag": "plain_text",
"content": "批准"
},
"type": "primary",
"value": {
"chosen": "approve"
}
},
{
"tag": "button",
"text": {
"tag": "plain_text",
"content": "拒绝"
},
"type": "primary",
"value": {
"chosen": "decline"
}
}
]
}
]
}
发送消息卡片示例
卡片预览

修改于 2023-01-12 09:41:27