Skip to content

Commit a7d0358

Browse files
committed
Update README.md
1 parent 8ac1e96 commit a7d0358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ AgentId = ''
2020

2121
wn = Nwecom.WxNotify(corpid=CORPID, corpsecret=CORPSECRET, agentid=AgentId)
2222
wn.send_msg("test message")
23+
wn.send_msg_markdown("**Hello**\n- test1\n- [ANotify](https://github.com/TommyMerlin/ANotify)")
2324
wn.send_text_card("test title", "test content", "https://www.example.com")
2425
wn.send_file("./test.txt")
2526
wn.send_img("./test.png")

0 commit comments

Comments
 (0)