From 06d888e8de741f6d69c6620f92d1ad24008ceaa3 Mon Sep 17 00:00:00 2001 From: yuguojian <18126816215> Date: Tue, 15 Jul 2025 16:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=8F=82=E6=95=B0=E8=BD=AC?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/log.go b/log/log.go index da5bcb1..19b7912 100644 --- a/log/log.go +++ b/log/log.go @@ -36,7 +36,7 @@ const ( ) type Operator struct { - ID int // 系统ID设置0 + ID int `json:"id"` // 系统ID设置0 OperatorType OperatorType `json:"operator_type"` }