chore: add more log types

This commit is contained in:
JustSong
2023-06-10 16:31:40 +08:00
parent 74f508e847
commit d29c273073
4 changed files with 19 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ const (
LogTypeUnknown = iota
LogTypeTopup
LogTypeConsume
LogTypeManage
LogTypeSystem
)
func RecordLog(userId int, logType int, content string) {