Add exception for unimplemented accept_new_friend
This commit is contained in:
parent
947c64a022
commit
e5d547cd16
1
clients/python/wcferry/client.py
vendored
1
clients/python/wcferry/client.py
vendored
@ -636,6 +636,7 @@ class Wcf():
|
|||||||
Returns:
|
Returns:
|
||||||
int: 1 为成功,其他失败
|
int: 1 为成功,其他失败
|
||||||
"""
|
"""
|
||||||
|
raise Exception("Not implemented, yet")
|
||||||
req = wcf_pb2.Request()
|
req = wcf_pb2.Request()
|
||||||
req.func = wcf_pb2.FUNC_ACCEPT_FRIEND # FUNC_ACCEPT_FRIEND
|
req.func = wcf_pb2.FUNC_ACCEPT_FRIEND # FUNC_ACCEPT_FRIEND
|
||||||
req.v.v3 = v3
|
req.v.v3 = v3
|
||||||
|
Loading…
Reference in New Issue
Block a user