根据微软文档,我可以将纯文本发布到团队频道: curl -H "Content-Type: application/json" -d "{\"text\": \"Hello World\"}" <YOUR WEBHOOK URL> 我可以发布富文本消息,例如粗体文本吗?
curl -H "Content-Type: application/json" -d "{\"text\": \"Hello World\"}" <YOUR WEBHOOK URL>
microsoft-teams
microsoft-teams ×1