更新日志类型

This commit is contained in:
yuguojian 2025-05-12 23:53:31 +08:00
parent 72127fecd7
commit 7b077e25b4

1
log.go
View File

@ -18,6 +18,7 @@ const (
LogTypeUser LogType = "user" // 用户 LogTypeUser LogType = "user" // 用户
LogTypeGPS LogType = "gps" // gps LogTypeGPS LogType = "gps" // gps
LogTypeSMS LogType = "sms" // 短信 LogTypeSMS LogType = "sms" // 短信
LogTypeIP LogType = "ip" // ip信息
LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等 LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等
) )