This commit is contained in:
aozhiwei 2024-04-11 20:20:29 +08:00
parent 7e2bdabe4a
commit 02da215d13

View File

@ -22,7 +22,9 @@ func (this* dbLogMgr) UnInit() {
}
func (this *dbLogMgr) FriendAdd(string, string) {
this.addLog([][]string{
{"log_type", LOG_TYPE_FRIEND_ADD},
})
}
func (this* dbLogMgr) FriendDel(string, string) {