This commit is contained in:
aozhiwei 2024-04-12 08:29:22 +08:00
parent cc89399c17
commit 3a66605bfe

View File

@ -13,6 +13,8 @@ type dbLogMgr struct {
const ( const (
LOG_TYPE_FRIEND_ADD = "friend.add" LOG_TYPE_FRIEND_ADD = "friend.add"
LOG_TYPE_FRIEND_DEL = "friend.del" LOG_TYPE_FRIEND_DEL = "friend.del"
LOG_TYPE_GUILD_CLEAR_EMPTY_START = "guild.clear_empty.start"
) )
func (this* dbLogMgr) Init() { func (this* dbLogMgr) Init() {