From 7b077e25b497a365ed25101ef920bc0e672f4d40 Mon Sep 17 00:00:00 2001 From: yuguojian <18126816215> Date: Mon, 12 May 2025 23:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log.go | 1 + 1 file changed, 1 insertion(+) diff --git a/log.go b/log.go index ed0b7c0..5e6ffee 100644 --- a/log.go +++ b/log.go @@ -18,6 +18,7 @@ const ( LogTypeUser LogType = "user" // 用户 LogTypeGPS LogType = "gps" // gps LogTypeSMS LogType = "sms" // 短信 + LogTypeIP LogType = "ip" // ip信息 LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等 )