File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ pip install -U wxpusher
22
22
``` python
23
23
from wxpusher import WxPusher
24
24
WxPusher.send_message(' <content>' ,
25
- uids = ' <uids>' ,
26
- topic_ids = ' <topic_ids>' ,
25
+ uids = [ ' <uids>' ] ,
26
+ topic_ids = [ ' <topic_ids>' ] ,
27
27
token = ' <appToken>' )
28
28
WxPusher.query_message(' <messageId>' )
29
29
WxPusher.create_qrcode(' <extra>' , ' <validTime>' , ' <appToken>' )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ pip install -U wxpusher
22
22
``` python
23
23
from wxpusher import WxPusher
24
24
WxPusher.send_message(' <content>' ,
25
- uids = ' <uids>' ,
26
- topic_ids = ' <topic_ids>' ,
25
+ uids = [ ' <uids>' ] ,
26
+ topic_ids = [ ' <topic_ids>' ] ,
27
27
token = ' <appToken>' )
28
28
WxPusher.query_message(' <messageId>' )
29
29
WxPusher.create_qrcode(' <extra>' , ' <validTime>' , ' <appToken>' )
You can’t perform that action at this time.
0 commit comments