v3.7.0.30.14
This commit is contained in:
parent
0b2e49ecba
commit
902d7caa76
@ -61,7 +61,12 @@ def main():
|
|||||||
LOG.info(f"Tables:\n{wcf.get_tables('db')}")
|
LOG.info(f"Tables:\n{wcf.get_tables('db')}")
|
||||||
LOG.info(f"Results:\n{wcf.query_sql('MicroMsg.db', 'SELECT * FROM Contact LIMIT 1;')}")
|
LOG.info(f"Results:\n{wcf.query_sql('MicroMsg.db', 'SELECT * FROM Contact LIMIT 1;')}")
|
||||||
|
|
||||||
# wcf.accept_new_friend("v3", "v4") # 需要真正的 V3、V4 信息
|
# 需要真正的 V3、V4 信息
|
||||||
|
# wcf.accept_new_friend("v3", "v4")
|
||||||
|
|
||||||
|
# 填写正确的群 ID 和成员 wxid
|
||||||
|
# ret = wcf.add_chatroom_members("chatroom id", "wxid1,wxid2,wxid3,...")
|
||||||
|
# LOG.info(f"add_chatroom_members: {ret}")
|
||||||
|
|
||||||
# 一直运行
|
# 一直运行
|
||||||
wcf.keep_running()
|
wcf.keep_running()
|
||||||
|
@ -19,7 +19,7 @@ WCF_ROOT = os.path.abspath(os.path.dirname(__file__))
|
|||||||
sys.path.insert(0, WCF_ROOT)
|
sys.path.insert(0, WCF_ROOT)
|
||||||
import wcf_pb2 # noqa
|
import wcf_pb2 # noqa
|
||||||
|
|
||||||
__version__ = "3.7.0.30.13"
|
__version__ = "3.7.0.30.14"
|
||||||
|
|
||||||
|
|
||||||
class Wcf():
|
class Wcf():
|
||||||
|
Loading…
Reference in New Issue
Block a user