From 1b8077f403a1186dfa59ac7feacf3205aaafe919 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Thu, 15 Jan 2026 15:19:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=92=8CAPI=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/tools/bbxt/api.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/tools/bbxt/api.go b/internal/tools/bbxt/api.go index cd53f1c..4554c4d 100644 --- a/internal/tools/bbxt/api.go +++ b/internal/tools/bbxt/api.go @@ -256,8 +256,10 @@ func GetManagerAndDefaultLossReasonApi(param *GetManagerAndDefaultLossReasonRequ log.Debug(pkg.JsonStringIgonErr(req.Headers)) res, err := req.Send() if err != nil { + log.Debug(err.Error()) return nil, err } + log.Debug(string(res.Content)) if res.StatusCode != http.StatusOK { return nil, fmt.Errorf("request failed, status code: %d,resion: %s", res.StatusCode, res.Reason) }