This commit is contained in:
aozhiwei 2024-03-30 14:06:54 +08:00
parent a56e4f5547
commit d80ecef43d

View File

@ -130,8 +130,10 @@ func (this *guildMgr) AsyncAcceptApply(string, string, func(int32, string)) {
}
func (this *guildMgr) AsyncRejectApply(string, string, func(int32, string)) {
func (this *guildMgr) AsyncRejectApply(accountId string, guildId string,
cb func(int32, string)) {
this.asyncSetApplyStatus(accountId, guildId, 2)
cb(0, "")
}
func (this *guildMgr) AsyncLeave(string, string, func(int32, string)) {