This commit is contained in:
Changhua 2023-02-28 20:15:20 +08:00
parent 7b8fd50dfa
commit b60db3c18a

View File

@ -331,7 +331,7 @@ class Wcf():
return result return result
def accept_new_friend(self, v3: str, v4: str) -> int: def accept_new_friend(self, v3: str, v4: str) -> int:
"""发送文件""" """添加好友"""
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