From 650cd52364a2ef8734f494b7ceaff1f3837a4b17 Mon Sep 17 00:00:00 2001 From: ziming Date: Mon, 9 Jun 2025 09:54:55 +0800 Subject: [PATCH] kx --- internal/data/mixrepoimpl/kx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/data/mixrepoimpl/kx.go b/internal/data/mixrepoimpl/kx.go index 845f051..b333880 100644 --- a/internal/data/mixrepoimpl/kx.go +++ b/internal/data/mixrepoimpl/kx.go @@ -53,7 +53,7 @@ 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", + log.Errorf("请求kx发生错误,耗时:%s,url:%s,reqBody:%s,respBody:%v,err:%v", time.Now().Sub(start).String(), url, string(body), string(bodyBytes), err) return err }