From 193d0a35ca8f35a35533693a0b1d4915533f078b Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Fri, 26 Jun 2026 17:18:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=93=E5=8D=B0=E5=AD=94=E7=BD=91?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=9A=84=E5=8E=9F=E5=A7=8B=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/goods_service.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/service/goods_service.go b/internal/service/goods_service.go index e7b31e4..fdfec93 100644 --- a/internal/service/goods_service.go +++ b/internal/service/goods_service.go @@ -307,6 +307,8 @@ func (s *GoodsService) outGetAllGoods(isbn string, bookName string, author strin return nil, fmt.Errorf("HTTP错误: %s", respSpt.Status) } + log.Printf("[outGetAllGoods] 孔网响应数据: %s", bodySpt) + // 解析响应 var apiSptResp struct { Status int `json:"status"`