feishu 自定义机器人 All In One
feishu 自定义机器人 All In One
webhooks
https://open.feishu.cn/document/ukTMukTMukTM/ucTM5YjL3ETO24yNxkjN?lang=zh-CN
$ curl -X POST -H "Content-Type: application/json" \
-d '{"msg_type":"text","content":{"text":"request example"}}' \
https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxx
cURL to Fetch
fetch("https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxx", {
body: "{\"msg_type\":\"text\",\"content\":{\"text\":\"request example\"}}",
headers: {
"Content-Type": "application/json"
},
method: "POST"
})
https://cdn.xgqfrms.xyz/curl-to-fetch/index.html
demos
(🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章!
自定义机器人使用指南
https://open.feishu.cn/document/client-docs/bot-v3/add-custom-bot
refs
https://github.com/xgqfrms/fs-robot-notice
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/15826191.html
未经授权禁止转载,违者必究!