We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86244df commit 8c504b0Copy full SHA for 8c504b0
README-en.md
@@ -22,8 +22,8 @@ pip install -U wxpusher
22
```python
23
from wxpusher import WxPusher
24
WxPusher.send_message('<content>',
25
- uids='<uids>',
26
- topic_ids='<topic_ids>',
+ uids=['<uids>'],
+ topic_ids=['<topic_ids>'],
27
token='<appToken>')
28
WxPusher.query_message('<messageId>')
29
WxPusher.create_qrcode('<extra>', '<validTime>', '<appToken>')
README.md
0 commit comments