Skip to content

Commit c2e0449

Browse files
CoderWanFengheyWFeng
authored andcommitted
盖飞建议
1 parent 0740e9f commit c2e0449

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

demo/005-chat.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""
2+
接收多人微信消息指获取多人指定日期之后给你发送的消息(文字、文件等)
3+
------------------------------------------------
4+
下面是参考你的代码写的调用例子
5+
office.wechat.receive_message(who = '',date = 1)
6+
who是指接收谁的消息
7+
date是接收近几天的消息
8+
9+
返回结果
10+
先返回一行分隔线,(这个分隔线很重要)
11+
之后再返回和用户的沟通信息
12+
"""

0 commit comments

Comments
 (0)