From 80a27ce4fc6f841ec034809b25db8caa426af2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 20 May 2020 15:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E8=AE=BE=E7=BD=AE=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E7=8A=B6=E6=80=81cookie=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/store_page.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index ff0c4d79..ab23076f 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -25,6 +25,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil) } a.FillRequestCookies(request) + fmt.Println("test1", utils.Format4Output(request.Cookies(), false)) return request }, a.config,