From de5a9d35a9a767c71c32b1e7e2eabe52cc4d25be Mon Sep 17 00:00:00 2001 From: Tony Fang Date: Thu, 18 Apr 2024 17:25:48 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=B3=A8=E9=87=8A=E6=8E=89redis?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=AD=E4=BF=9D=E5=AD=98=E6=97=B6=E5=86=99?= =?UTF-8?q?=E6=AD=BB=E7=9A=84=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/internal/redis/api/redis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/internal/redis/api/redis.go b/server/internal/redis/api/redis.go index 2f5e86d2..f770ca4b 100644 --- a/server/internal/redis/api/redis.go +++ b/server/internal/redis/api/redis.go @@ -72,7 +72,7 @@ func (r *Redis) Save(rc *req.Ctx) { redis := req.BindJsonAndCopyTo[*entity.Redis](rc, form, new(entity.Redis)) // 密码脱敏记录日志 - form.Password = "****" + // form.Password = "****" rc.ReqParam = form redisParam := &application.SaveRedisParam{ -- Gitee