This commit is contained in:
aozhiwei 2024-03-30 11:02:30 +08:00
parent 6c39f8b684
commit 3aaba6d688

View File

@ -273,7 +273,8 @@ func (this *friendMgr) AsyncAccpetApply(senderId string, targetId string, cb fun
}
func (this *friendMgr) AsyncRejectApply(senderId string, targetId string, cb func(int32, string)) {
this.asyncSetApplyStatus(senderId, targetId, 2)
cb(0, "")
}
func (this *friendMgr) AsynDeleteFriend(senderId string, targetId string, cb func(int32, string)) {