Add exception for unimplemented accept_new_friend

This commit is contained in:
Changhua 2024-08-18 00:33:37 +08:00
parent 947c64a022
commit e5d547cd16

View File

@ -636,6 +636,7 @@ class Wcf():
Returns:
int: 1 为成功其他失败
"""
raise Exception("Not implemented, yet")
req = wcf_pb2.Request()
req.func = wcf_pb2.FUNC_ACCEPT_FRIEND # FUNC_ACCEPT_FRIEND
req.v.v3 = v3