req_body = {
"open_id": open_id,
"msg_type": "text",
"content": {
"text": text
}
}
req_body = {
"open_id": open_id,
"msg_type": "interactive",
"card": {"config": {"wide_screen_mode":True},
"header": {"title": {"tag": "plain_text", "content": "this is header" },
"template": "red" },
"elements": [{
"tag": "div",
"text": {
"tag": "lark_md",
"content": "你是否曾因为一本书而产生心灵共振,开始感悟人生?\n你有哪些想极力推荐给他人的珍藏书单?\n\n加入 **4·23 飞书读书节**,分享你的**挚爱书单**及**读书笔记**,**赢取千元读书礼**!\n\n📬 填写问卷,晒出你的珍藏好书\n😍 想知道其他人都推荐了哪些好书?马上[入群围观](https://feishu.cn)\n📝 用[读书笔记模板](https://feishu.cn)(桌面端打开),记录你的心得体会\n🙌 更有惊喜特邀嘉宾 4月12日起带你共读"
}
} ]}
}
req_body = {
"open_id": open_id,
"msg_type": "post",
"content": {"post": {"zh-CN": {"title": "富文本消息测试!", "content": [
[{"tag": "text", "text": "你的小可爱上线了!"},
{"tag": "a", "text": "点击查看", "href": "https://sspai.com/u/100gle/updates"}]]}}}
}