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
2222``` python
2323from wxpusher import WxPusher
2424WxPusher.send_message(' <content>' ,
25- uids = ' <uids>' ,
26- topic_ids = ' <topic_ids>' ,
25+ uids = [ ' <uids>' ] ,
26+ topic_ids = [ ' <topic_ids>' ] ,
2727 token = ' <appToken>' )
2828WxPusher.query_message(' <messageId>' )
2929WxPusher.create_qrcode(' <extra>' , ' <validTime>' , ' <appToken>' )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ pip install -U wxpusher
2222``` python
2323from wxpusher import WxPusher
2424WxPusher.send_message(' <content>' ,
25- uids = ' <uids>' ,
26- topic_ids = ' <topic_ids>' ,
25+ uids = [ ' <uids>' ] ,
26+ topic_ids = [ ' <topic_ids>' ] ,
2727 token = ' <appToken>' )
2828WxPusher.query_message(' <messageId>' )
2929WxPusher.create_qrcode(' <extra>' , ' <validTime>' , ' <appToken>' )
You can’t perform that action at this time.
0 commit comments