From e906248b0a805a3b57d3303c4fd38bd042821508 Mon Sep 17 00:00:00 2001 From: WangLiZhao <1838393649@qq.com> Date: Tue, 9 Jun 2026 14:00:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(session):=20=E9=87=8D=E6=9E=84=E4=BC=9A?= =?UTF-8?q?=E8=AF=9D=E7=AE=A1=E7=90=86=E5=92=8CRedis=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/util/mapping.go | 1 - config.yml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/common/util/mapping.go b/common/util/mapping.go index 3ea32ed..a3b885f 100644 --- a/common/util/mapping.go +++ b/common/util/mapping.go @@ -27,7 +27,6 @@ func ParseAndValidate(raw map[string]any, model *entity.AsynchModel) (map[string if !ok { return raw, fmt.Errorf("字段 %s 不存在", model.ResponseBody) } - fmt.Println("model.ResponseBody打印", model.ResponseBody) contentStr, ok := contentVal.(string) if !ok || strings.TrimSpace(contentStr) == "" { return raw, fmt.Errorf("字段 %s 为空或不是字符串", model.ResponseBody) diff --git a/config.yml b/config.yml index aa1f962..e7d2193 100644 --- a/config.yml +++ b/config.yml @@ -50,14 +50,14 @@ database: redis: default: - address: 116.204.74.41:6379 + address: 192.168.3.30:6379 db: 0 consul: - address: 116.204.74.41:8500 + address: 192.168.3.30:8500 jaeger: - addr: 116.204.74.41:4318 + addr: 192.168.3.30:4318 # 本地调试用:可选自动执行 worker/cleaner(默认关闭) asynch: