feat(python): impl accept new friend verification
This commit is contained in:
parent
518cee4dda
commit
47de98ab38
1
clients/python/wcferry/client.py
vendored
1
clients/python/wcferry/client.py
vendored
@ -647,7 +647,6 @@ 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