This commit is contained in:
Changhua
2023-07-12 23:22:42 +08:00
parent d5c04863db
commit 93b99ca736
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ class Wcf():
Args:
msg (str): 要发送的消息,换行使用 `\\n`;如果 @ 人的话,需要带上跟 `aters` 里数量相同的 @
receiver (str): 消息接收人,wxid 或者 roomid
aters (str): 要 @ 的 wxid,多个用逗号分隔;`@所有人` 只需要 `nofity@all`
aters (str): 要 @ 的 wxid,多个用逗号分隔;`@所有人` 只需要 `notify@all`
Returns:
int: 0 为成功,其他失败