Add exception for unimplemented get_info_by_wxid
This commit is contained in:
parent
e5d547cd16
commit
354fd28c00
1
clients/python/wcferry/client.py
vendored
1
clients/python/wcferry/client.py
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user