From 910d1d3ef0873af0db33f38dcafb1576ad632d31 Mon Sep 17 00:00:00 2001
From: zhanglibo <zhanglibo@stbz.net>
Date: Wed, 19 Apr 2023 18:07:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 upstream/jingdong/jingdong_goods.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream/jingdong/jingdong_goods.go b/upstream/jingdong/jingdong_goods.go
index 8d3dc46..a0d425e 100644
--- a/upstream/jingdong/jingdong_goods.go
+++ b/upstream/jingdong/jingdong_goods.go
@@ -471,6 +471,6 @@ func (*goodsJD) Before(ctx context.Context, req []GoodsBeforeReq, address *garra
 	_ = gjson.New(result).Scan(&base)
 	res = &GoodsBeforeRes{}
 	res.CommonRes = base.CommonRes
-	_ = gjson.New(base.Result).Scan(res.Result)
+	_ = gjson.New(base.Result).Scan(&res.Result)
 	return
 }
-- 
2.18.1