From eb75a5365406682fbcefcd35c945fe972e8fd7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Sat, 9 Aug 2025 15:12:06 +0800 Subject: [PATCH] =?UTF-8?q?upgrade:=20=E5=A2=9E=E5=8A=A0=E5=B8=B8=E9=87=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gin.go b/gin.go index 77805c1..1b151ad 100644 --- a/gin.go +++ b/gin.go @@ -32,4 +32,5 @@ const ( GinOperateModeField = "operate_mode" // 操作模式 GinClientIpField = "client_ip" // 客户端IP GinServerIpField = "server_ip" // 服务端IP + GinEnvField = "env" // 环境变量 )