mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-07 22:53:41 +08:00
chore: add more log types
This commit is contained in:
@@ -17,6 +17,8 @@ const (
|
||||
LogTypeUnknown = iota
|
||||
LogTypeTopup
|
||||
LogTypeConsume
|
||||
LogTypeManage
|
||||
LogTypeSystem
|
||||
)
|
||||
|
||||
func RecordLog(userId int, logType int, content string) {
|
||||
|
||||
Reference in New Issue
Block a user