Add exception for unimplemented get_info_by_wxid

This commit is contained in:
Changhua 2024-08-19 00:34:19 +08:00
parent e5d547cd16
commit 354fd28c00

View File

@ -727,6 +727,7 @@ class Wcf():
Returns:
dict: {wxid, code, name, gender}
"""
raise Exception("Not implemented, yet")
req = wcf_pb2.Request()
req.func = wcf_pb2.FUNC_GET_CONTACT_INFO # FUNC_GET_CONTACT_INFO
req.str = wxid