We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac1e96 commit a7d0358Copy full SHA for a7d0358
README.md
@@ -20,6 +20,7 @@ AgentId = ''
20
21
wn = Nwecom.WxNotify(corpid=CORPID, corpsecret=CORPSECRET, agentid=AgentId)
22
wn.send_msg("test message")
23
+wn.send_msg_markdown("**Hello**\n- test1\n- [ANotify](https://github.com/TommyMerlin/ANotify)")
24
wn.send_text_card("test title", "test content", "https://www.example.com")
25
wn.send_file("./test.txt")
26
wn.send_img("./test.png")
0 commit comments