From 2998f248f323362e7b644f33daacfc305e0d061c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 18 May 2020 15:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/store_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index a8adc15d..c767c085 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -26,7 +26,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, request.Header.Set("referer", "https://stores.shop.jd.com/stores/storeinfolistview") } a.FillRequestCookies(request) - fmt.Println("tes11", utils.Format4Output(request, false)) + fmt.Println("tes11", utils.Format4Output(request.Context(), false)) return request }, a.config,