From 9f2e438ab62d22cae7519c5d047773fcc59a1c29 Mon Sep 17 00:00:00 2001 From: ziming Date: Fri, 23 May 2025 10:42:40 +0800 Subject: [PATCH] chang code --- internal/data/mixrepoimpl/kx.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/data/mixrepoimpl/kx.go b/internal/data/mixrepoimpl/kx.go index af51b19..4c57a96 100644 --- a/internal/data/mixrepoimpl/kx.go +++ b/internal/data/mixrepoimpl/kx.go @@ -53,7 +53,8 @@ func (this *KxMixRepoImpl) Request(ctx context.Context, req *kog.Notice) error { start := time.Now() _, bodyBytes, err := request.POST(ctx, url, body, this.options) if err != nil { - log.Errorf("请求kx发生错误,耗时:%s,url:%s,reqBody:%s,respBody:%s,err:%v", time.Now().Sub(start).String(), url, string(body), string(bodyBytes), err) + log.Errorf("请求kx发生错误,耗时:%s,url:%s,reqBody:%s,respBody:%s,err:%v", + time.Now().Sub(start).String(), url, string(body), string(bodyBytes), err) return err }