This commit is contained in:
aozhiwei 2024-04-22 11:10:48 +08:00
parent 168b1c410e
commit aadbf4f8fe
3 changed files with 3 additions and 8 deletions

View File

@ -50,7 +50,5 @@ func (this *friendApply) SetStatus(senderId string, targetId string, status int3
{"status", q5.ToString(status)},
{"modifytime", q5.ToString(f5.GetApp().GetNowSeconds())},
},
func (err error, lastInsertId int64, rowsAffected int64) {
})
cb)
}

View File

@ -230,8 +230,8 @@ func (this *player) CMRejectFriendRequest(hdr *f5.MsgHdr, msg *cs.CMRejectFriend
},
func (task *f5.LockAsyncTask) {
GetFriendMgr().AsyncRejectApply(
this.GetAccountId(),
msg.GetTargetAccountId(),
this.GetAccountId(),
func (errCode int32, errMsg string) {
if errCode != 0 {
task.SetFail()

View File

@ -56,12 +56,9 @@ func (this *player) MarkMails(mails []common.Mail) error {
resultErr = err
break
}
mi = new(inbox)
}
}
if resultErr != nil {
break
}
}
return resultErr
}