This commit is contained in:
aozhiwei 2024-04-12 16:16:44 +08:00
parent c04159e349
commit 80d57eaa94

View File

@ -92,3 +92,23 @@ func (this *dbLogMgr) GuildCreateConsumeEnd(accountId string, guildId string, gu
{"paramr", q5.ToString(errCode)},
})
}
func (this *dbLogMgr) GuildAccpetApply(string, string, string) {
}
func (this *dbLogMgr) GuildLeave(string, string) {
}
func (this *dbLogMgr) GuildKickout(string, string, string) {
}
func (this *dbLogMgr) GuildSetJob(string, string, int32) {
}
func (this *dbLogMgr) GuildDisband(string, string, int32) {
}