1
This commit is contained in:
parent
168b1c410e
commit
aadbf4f8fe
@ -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)
|
||||
}
|
||||
|
@ -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()
|
||||
|
@ -56,12 +56,9 @@ func (this *player) MarkMails(mails []common.Mail) error {
|
||||
resultErr = err
|
||||
break
|
||||
}
|
||||
|
||||
mi = new(inbox)
|
||||
}
|
||||
}
|
||||
if resultErr != nil {
|
||||
break
|
||||
}
|
||||
}
|
||||
return resultErr
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user