Skip to content

Commit 47de98a

Browse files
committed
feat(python): impl accept new friend verification
1 parent 518cee4 commit 47de98a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/python/wcferry/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ def accept_new_friend(self, v3: str, v4: str, scene: int = 30) -> int:
647647
Returns:
648648
int: 1 为成功,其他失败
649649
"""
650-
raise Exception("Not implemented, yet")
651650
req = wcf_pb2.Request()
652651
req.func = wcf_pb2.FUNC_ACCEPT_FRIEND # FUNC_ACCEPT_FRIEND
653652
req.v.v3 = v3

0 commit comments

Comments
 (0)