This commit is contained in:
aozhiwei 2024-04-04 21:49:02 +08:00
parent 7a57eb9a7b
commit 214ac6f7eb

View File

@ -335,7 +335,7 @@ func (this *guildMgr) asyncAcceptApplyTask(task *f5.AsyncTask, guild *guild,
nowTime := q5.ToInt32(f5.GetApp().GetNowSeconds())
f5.GetJsStyleDb().Update(
constant.FRIEND_DB,
"t_guild",
"t_guild_member",
[][]string{
{"member_id", accountId},
},
@ -377,6 +377,7 @@ func (this *guildMgr) AsyncAcceptApply(accountId string, targetId string, cb fun
func (this *guildMgr) AsyncRejectApply(accountId string, targetId string,
cb func(int32, string)) {
cb(0, "")
}
func (this *guildMgr) AsyncLeave(string, string, func(int32, string)) {