1
This commit is contained in:
parent
7a57eb9a7b
commit
214ac6f7eb
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user