From 6f0651ff07b2ca40717257ce37ccbc998322d174 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 14:58:29 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 881a50e0..a8adc15d 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -26,6 +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)) return request }, a.config,